Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 10,904 for

encrypted

(0.08 sec)
  1. Sichern von Präsentationen mit Passwörtern in J...

    Erfahren Sie, wie Sie mit Aspose.Slides für Java PowerPoint- und OpenDocument-Präsentationen problemlos sperren und entsperren können. Schützen Sie Ihre Präsentationen....schützen, verwenden Sie die encrypt ‑Methode (aus IProtectionManager...übergeben das Passwort an die encrypt ‑Methode und verwenden die...

    docs.aspose.com/slides/de/java/password-protect...
  2. Popular File Archive Formats | Most Common Arch...

    Discover the prevalent file archive formats used for compression and storage. Explore their features, applications, and popularity among users....They are used to compress, encrypt, and combine files, making...Additionally, it supports various encryption methods to enhance data security...

    products.aspose.com/zip/most-common-archives/
  3. Protect PDF using Python | Aspose.PDF

    Lock PDF with password programmatically with Python sample code using Aspose.PDF for Python for .NET...Encrypt method to protect PDF with...allow_screen_readers = True document . encrypt ( "userpassword" , "ownerpassword"...

    products.aspose.com/pdf/python-net/protect/
  4. Chiffrer le classeur à l aide d Aspose.Cells|Do...

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

    docs.aspose.com/cells/fr/java/encrypt-workbook-...
  5. PDF 파일의 비밀번호 변경|Aspose.PDF for Java

    이 주제는 PdfFileSecurity 클래스를 사용하여 PDF 파일의 비밀번호를 변경하는 방법을 설명합니다....PdfFileInfo ( _dataDir + "sample_encrypted.pdf" ); // PdfFileSecurity...bindPdf ( _dataDir + "sample_encrypted.pdf" ); fileSecurity . changePassword...

    docs.aspose.com/pdf/ko/java/change-password/
  6. آرشیوها

    آرشیوها...Encrypt("123123"); presentation.Save("encrypted-pres.ppt"...رمزگشایی کار کنید } Remove Encryption to Disable Password Protection...

    blog.aspose.com/fa/slides/encrypt-ppt-csharp/
  7. Lưu trữ

    Lưu trữ...Encryption = new PdfEncryptionInfo("user"...", "owner", permissions, Encryption.PdfEncryptionAlgorit.RC4_128);...

    blog.aspose.com/vi/html/print-save-webpage-pdf-...
  8. 搜索

    搜索...Encryption = new PdfEncryptionInfo("user"...", "owner", permissions, Encryption.PdfEncryptionAlgorit.RC4_128);...

    blog.aspose.com/zh-hant/html/print-save-webpage...
  9. ป้องกันไฟล์นำเสนอ PPT โดยใช้ C++ | products.asp...

    ซอร์สโค้ด C++ เพื่อป้องกันการนำเสนอ PPT...get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.ppt" , SaveFormat :: Ppt); การต...

    products.aspose.com/slides/th/cpp/protect/ppt/
  10. Шифрование PDF файла|Aspose.PDF for .NET

    Эта тема объясняет, как зашифровать PDF файл с помощью класса PdfFileSecurity....pdf" ); // Encrypt file using 256-bit encryption fileSecurity...

    docs.aspose.com/pdf/ru/net/encrypt-pdf-file/