Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 7,881 for

encrypt

(0.04 sec)
  1. 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...
  2. WriteProtection.ValidatePassword | Aspose.Words...

    Secure your documents with the WriteProtection ValidatePassword method. Easily verify if the password matches the document's protection for enhanced security....programmatically, nor does it encrypt the contents. doc . Save (...

    reference.aspose.com/words/net/aspose.words.set...
  3. 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/
  4. Protect PPTX Presentation Files using C++ | pro...

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

    products.aspose.com/slides/cpp/protect/pptx/
  5. OdtSaveOptions.save_format property | Aspose.Wo...

    OdtSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used... Examples Shows how to encrypt a saved ODT/OTT document with...ARTIFACTS_DIR + 'OdtSaveOptions.Encrypt' + extension_string , save_options...

    reference.aspose.com/words/python-net/aspose.wo...
  6. OdtSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover how the OdtSaveOptions SaveFormat property lets you easily save documents in Odt or Ott formats, ensuring compatibility and flexibility....; } Examples Shows how to encrypt a saved ODT/OTT document with...ArtifactsDir + "OdtSaveOptions.Encrypt" + extensionString , saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Protect PPTX Presentation Files using Python | ...

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

    products.aspose.com/slides/python-net/protect/p...
  8. PdfEncryptionDetails class | Aspose.Words for N...

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 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/
  10. 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/