Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 9,777 for

encryption

(0.8 sec)
  1. Chiffrer des fichiers Excel en utilisant Aspose...

    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....srcFileName = FilePath + "Encrypting Excel Files.xlsx" ; string...destFileName = FilePath + "Result Encrypting Excel Files.xlsx" ; //Open...

    docs.aspose.com/cells/fr/net/encrypting-excel-f...
  2. Настройка типа сильного шифрования с помощью Ja...

    Узнайте, как установить типы сильного шифрования для файлов Excel с помощью Aspose.Cells for JavaScript через C++....Cells Example - Encrypt Workbook </ title > </ head...head > < body > < h1 > Encrypt Workbook Example </ h1 > < input...

    docs.aspose.com/cells/ru/javascript-cpp/setting...
  3. Présentation protégée par mot de passe|Document...

    Protection par mot de passe de PowerPoint, cryptage et sécurité en Python...devez utiliser la méthode encrypt (de ProtectionManager ) pour...mot de passe à la méthode encrypt et utilisez la méthode save...

    docs.aspose.com/slides/fr/python-net/presentati...
  4. 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/
  5. Specify Load Options in Java|Aspose.Words for Java

    Set advanced properties when loading a document using Java to obtain more precise control of the process....automatically chosen encoding: Load Encrypted Documents You can load Word...Word documents encrypted with a password. To do this, use a special...

    docs.aspose.com/words/java/specify-load-options/
  6. Установить привилегии, зашифровать и расшифрова...

    Зашифровать PDF файл с помощью C# с использованием различных типов и алгоритмов шифрования. Также расшифровать PDF файлы с использованием пароля владельца....качестве аргумента методу Encrypt объекта Document . Следующий...AllowScreenReaders = true ; // Encrypt the file with User and Owner...

    docs.aspose.com/pdf/ru/net/set-privileges-encry...
  7. 使用 Python 锁定 PDF | Aspose.PDF

    使用 Aspose.PDF 读取受保护(密码加密)文档、使用保护措施保护文档或移除保护的 Python 代码示例。...Encrypt 方法。 1。保存 PDF 文件。 提供的 Python...Aspose.PDF 锁定 PDF 文档。它会打开一个名为 “Encrypt.pdf” 的 PDF 文档。它使用加密设置对打开的 PDF...

    products.aspose.com/pdf/zh-hans/python-net/encr...
  8. JavaScriptを使用したファイル形式の検出と、ファイルが暗号化されているかどうかを確認す...

    Aspose.Cells for JavaScriptを使用したファイル形式の検出とファイルが暗号化されているかどうかを確認する方法(C++経由)... loadFormat ); const encrypted = info . isEncrypted ; console...log ( "The file is encrypted: " + encrypted ); resultDiv . innerHTML...

    docs.aspose.com/cells/ja/javascript-cpp/how-to-...
  9. Een document versleutelen in Python|Aspose.Word...

    Versleutel uw document met behulp van geschikte encryptie-algoritmen voor specifieke documentformaten in Python....EncryptionECMA-376 Agile Encryption ECMA-376 Standaardencryptie...which the document will be encrypted , and which will be required...

    docs.aspose.com/words/nl/python-net/encrypt-a-d...
  10. Protect PPTX Presentation Files using .NET | pr...

    C# source code to protect PPTX Presentation.... Encrypting a PPTX Presentation using...ProtectionManager.Encrypt( "123123" ); presentation.Save( "encrypted-pres...

    products.aspose.com/slides/net/protect/pptx/