Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 8,676 for

encrypt

(0.05 sec)
  1. Protect PPT Presentation Files using Java | pro...

    Java source code to protect PPT Presentation.... Encrypting a PPT Presentation using...(). encrypt ( "123123" ); presentation . save ( "encrypted-pres...

    products.aspose.com/slides/java/protect/ppt/
  2. Protect ODP Presentation Files using Java | pro...

    Java source code to protect ODP Presentation.... Encrypting a ODP Presentation using...(). encrypt ( "123123" ); presentation . save ( "encrypted-pres...

    products.aspose.com/slides/java/protect/odp/
  3. Protect ODP Presentation Files using C++ | prod...

    C++ source code to protect ODP Presentation.... Encrypting a ODP Presentation using...get_ProtectionManager() -> Encrypt( u "123123" ); presentation...

    products.aspose.com/slides/cpp/protect/odp/
  4. FileFormatInfo.IsEncrypted | Aspose.Words for .NET

    Discover if your document is secure with the FileFormatInfo IsEncrypted property—returns true for Encrypted files needing a password to access....Returns true if the document is encrypted and requires a password to...you sort documents that are encrypted from those that are not. If...

    reference.aspose.com/words/net/aspose.words/fil...
  5. Aspose::Words::Saving::PdfEncryptionDetails cla...

    Aspose::Words::Saving::PdfEncryptionDetails class. Contains details for Encrypting and access permissions for a PDF document. To learn more, visit the documentation article in C++....class Contains details for encrypting and access permissions for...more, visit the Protect or Encrypt a Document documentation article...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Feature List | Aspose.ZIP for .NET

    Feature List page provides detailed information on the capabilities of the Aspose.Zip API solution for .NET, including supported archive formats and operations such as compression, extraction, and Encryption....of xz archives Encryption of Archives Encryption of archives using...using Traditional Encryption (ZipCrypto) Support for AES 128,...

    docs.aspose.com/zip/net/features/
  7. Getting Started with Python-Net | Aspose.Zip Do...

    Python-Net provides a lightweight wrapper for making HTTP requests in Python....of xz archives Encryption of Archives Encryption of archives using...using Traditional Encryption (ZipCrypto) Support for AES 128,...

    docs.aspose.com/zip/python-net/features/
  8. Specify Save Options in C#|Aspose.Words for .NET

    More accurately control the save process using C#.... Encrypt a Document With a Password...or set a password for an encrypted document. Use the Password...

    docs.aspose.com/words/net/specify-save-options/
  9. Protect and Unprotect with Node.js via C++|Docu...

    This snippet introduces how to Encrypt and decrypt Excel files, protect and unprotect the data in Excel files using Node.js with C++ addons....data level like MS Excel: Encrypt and decrypt Excel files To...Format of Encrypted Office Open XML - OOXML Files Encrypting Excel...

    docs.aspose.com/cells/nodejs-cpp/protect-and-un...
  10. Protect ODP Presentation Files using Python | p...

    Python source code to protect ODP Presentation.... Encrypting a ODP Presentation using...protection_manager . encrypt( "123123" ) pres . save( "encrypted-pres.odp"...

    products.aspose.com/slides/python-net/protect/odp/