Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 9,053 for

encrypt

(0.04 sec)
  1. Protect and Unprotect with JavaScript via C++|D...

    This snippet introduces how to Encrypt and decrypt Excel files, protect and unprotect the data in Excel files using JavaScript 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/javascript-cpp/protect-an...
  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. Restrict Document Editing in C++|Aspose.Words f...

    Restrict editing a document by setting a restriction type using C++. 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 C++ Work with...

    docs.aspose.com/words/cpp/restrict-document-edi...
  4. 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/
  5. 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/
  6. 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/
  7. FileFormatInfo.isEncrypted property | Aspose.Wo...

    FileFormatInfo.isEncrypted property. Returns ``true`` if the document is Encrypted and requires a password to open....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/nodejs-net/aspose.wo...
  8. Aspose::Words::Saving::OoxmlSaveOptions::get_Pa...

    Aspose::Words::Saving::OoxmlSaveOptions::get_Password method. Gets/sets a password to Encrypt document using ECMA376 Standard Encryption algorithm in C++....password to encrypt document using ECMA376 Standard encryption algorithm...to save document without encryption this property should be null...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Aspose::Words::Settings::WriteProtection::Valid...

    Aspose::Words::Settings::WriteProtection::ValidatePassword method. Returns true if the specified password is the same as the write-protection password the document was protected with. If document is not write-protected with password then returns false in C++....programmatically, nor does it encrypt the contents. doc -> Save (...

    reference.aspose.com/words/cpp/aspose.words.set...
  10. Working with Document in C++|Aspose.Words for C++

    The `Document` class provides various document properties and methods using C++. You use the `Document` class as the starting point for whatever you want to perform with Aspose.Words for C++. The `Document` object can be saved to a file or stream and also sent to a browser....Overview in C++ Protect or Encrypt a Document in C++ Analyzing...

    docs.aspose.com/words/cpp/working-with-document/