Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 9,254 for

encrypt

(0.06 sec)
  1. Protect and Unprotect|Documentation

    This snippet introduces how to Encrypt and decrypt Excel files, and protect and unprotect data in Excel files using C# code....level, similar to MS Excel: Encrypt and decrypt Excel files To...Format of Encrypted Office Open XML - OOXML Files Encrypting Excel...

    docs.aspose.com/cells/net/protect-and-unprotect/
  2. PdfEncryptionDetails class | Aspose.Words for P...

    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/python-net/aspose.wo...
  3. Securing and signing PDF in Python|Aspose.PDF f...

    This section describes the features of using a signature and securing your PDF document using Python...sign PDF file Set Privileges, Encrypt and Decrypt PDF File Extract...

    docs.aspose.com/pdf/python-net/securing-and-sig...
  4. Protect PPTX Presentation Files using Java | pr...

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

    products.aspose.com/slides/java/protect/pptx/
  5. Password Protect Zip Files and Archives in C# |...

    Zip C# library lets you сompress and decompress files or directory with password protection in C#...NET Developer Guide Encryption and decryption Password Protecting...both traditional and AES encryption schemes. Additionally, it...

    docs.aspose.com/zip/net/password-protecting-arc...
  6. Combine Multiple Workbooks into a Single Workbo...

    Combine multiple workbooks into a single workbook by using Java code and Aspose.Cells for Java API....Close Workbook Conversions Encrypt, decrypt, protect and unprotect...

    docs.aspose.com/cells/java/combine-multiple-wor...
  7. Restrict Document Editing in Node.js|Aspose.Wor...

    Restrict editing a document by setting a restriction type using Node.js. You can also remove protection and make unrestricted editable regions....security feature and does not encrypt a document. In Microsoft Word...restriction for one of the sections: Encrypt a Document in Node.js Working...

    docs.aspose.com/words/nodejs-net/restrict-docum...
  8. DocSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the DocSaveOptions SaveFormat property to easily choose between Doc or Dot formats for seamless document saving. Optimize your workflow today!...// Note that this does not encrypt the contents of the document...

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