Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 11,711 for

encryption

(0.22 sec)
  1. Aspose::Words::UnsupportedEncryptionException t...

    Aspose::Words::UnsupportedEncryptionException typedef. Thrown during document load, when the document is encrypted with an unsupported method in C++....load, when the document is encrypted with an unsupported method...

    reference.aspose.com/words/cpp/aspose.words/uns...
  2. Tính năng Tiện ích - SMTP Client|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms...."password" ); MailMessage encrypted = signed . encrypt ( publicCert , "password"...); MailMessage decrypted = encrypted . decrypt ( privateCert ,...

    docs.aspose.com/email/vi/java/utility-features-...
  3. Arsip

    Arsip...Encrypt("123123"); presentation.Save("encrypted-pres.ppt"...RemoveEncryption(); presentation.Save("encryption-removed.ppt", SaveFormat...

    blog.aspose.com/id/slides/encrypt-ppt-csharp/
  4. Cripta e Decripta file Excel con Node.js tramit...

    Come criptare e decriptare file Excel usando Node.js tramite C++. Blocco e sblocco di file Excel....filePath ); // Specify XOR encryption type. workbook . setEncryptionOptions... 40 ); // Specify Strong Encryption type (RC4, Microsoft Strong...

    docs.aspose.com/cells/it/nodejs-cpp/encrypt-and...
  5. Unlock ZIP Password | Aspose.Zip Documentation

    Zip Java library lets you unlock the locked archive if password is half-forgotten. Provide password template and it will use Brute force attack on archive to unlock it....decryption password of the AES-encrypted zip archive. Identifying password...(Archive a = new Archive( "encrypted.zip" , options)) 4 a. extractToDirectory...

    docs.aspose.com/zip/java/unlock-zip-password/
  6. LoadOptions | Aspose.Words لـ .NET

    اكتشف منشئ LoadOptions، المصمم لتهيئة مثيل جديد بسهولة باستخدام القيم الافتراضية لتحقيق الأداء والكفاءة الأمثل....= new Document ( MyDir + "Encrypted.docx" )); // عند تحميل مثل...= new Document ( MyDir + "Encrypted.docx" , options ); // 2 -...

    reference.aspose.com/words/ar/net/aspose.words....
  7. Convert OTP to JSON format via C++ | products.a...

    Export OTP to JSON format in C++ without using Microsoft Excel or Powerpoint...API allows you to open the encrypted document by passing the correct...example shows how to open an encrypted document with a password....

    products.aspose.com/total/cpp/conversion/otp-to...
  8. Python का उपयोग करके PPTX प्रस्तुतिकरण फ़ाइलों ...

    PPTX प्रस्तुति की सुरक्षा के लिए Python स्रोत कोड.... encrypt( "123123" ) pres . save( "encrypted-pres.pptx"...

    products.aspose.com/slides/hi/python-net/protec...
  9. Python का उपयोग करके ODP प्रस्तुतिकरण फ़ाइलों क...

    ODP प्रस्तुति की सुरक्षा के लिए Python स्रोत कोड.... encrypt( "123123" ) pres . save( "encrypted-pres.odp"...

    products.aspose.com/slides/hi/python-net/protec...
  10. C++을(를) 사용하여 ODP 프레젠테이션 파일 보호 | products.aspose...

    ODP 프레젠테이션을 보호하기 위한 C++ 소스 코드....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.odp" , SaveFormat :: Odp); C++을(를)...

    products.aspose.com/slides/ko/cpp/protect/odp/