Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 11,606 for

encryption

(1.17 sec)
  1. 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/
  2. 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....
  3. 实用功能 - SMTP 客户端|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/zh/java/utility-features-...
  4. Convert MD to SWF via Java API | products.aspos...

    Java API to Convert MD to SWF without using Microsoft Word... Open Encrypted MD File via Java While loading...for Java allows you open encrypted documents as well. In order...

    products.aspose.com/total/java/conversion/md-to...
  5. Chiffrer les fichiers Excel dans Aspose.Cells|D...

    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....xls" ); //Specify XOR encryption type. workbook . SetEncryptionOptions..., 40 ); //Specify Strong Encryption type (RC4,Microsoft Strong...

    docs.aspose.com/cells/fr/net/encrypting-excel-f...
  6. 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...
  7. Python का उपयोग करके PPTX प्रस्तुतिकरण फ़ाइलों ...

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

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

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

    products.aspose.com/slides/hi/python-net/protec...
  9. 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/
  10. Controlar Exceção do Arquivo PDF|Aspose.PDF for...

    Aprenda a lidar com exceções no processamento de PDFs e garantir operações suaves ao trabalhar com PDFs usando Aspose.PDF em .NET....BindPdf ( dataDir + "sample_encrypted.pdf" ); // Disallow exceptions...BindPdf ( dataDir + "sample_encrypted.pdf" ); // Allow exceptions...

    docs.aspose.com/pdf/pt/net/control-exception/