Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 10,904 for

encryption

(0.17 sec)
  1. Archiv

    Archiv... Zavolejte metodu Encrypt a předejte heslo, které chcete...ProtectionManager.Encrypt("123123"); presentation.Save("encrypted-pres.ppt"...

    blog.aspose.com/cs/slides/encrypt-ppt-csharp/
  2. تشفير وفك تشفير ملفات إكسل مع Node.js عبر C++|D...

    كيفية تشفير وفك تشفير ملفات إكسل باستخدام Node.js عبر C++. قفل وفتح ملفات إكسل....97/2000 Compatible’ أو ‘Weak Encryption (XOR)’. من المهم اختيار طول...filePath ); // Specify XOR encryption type. workbook . setEncryptionOptions...

    docs.aspose.com/cells/ar/nodejs-cpp/encrypt-and...
  3. Python を使用したパスワード保護付きプレゼンテーションのセキュリティ|Aspose.Sl...

    Aspose.Slides for Python (via .NET) を使用して、パスワードで保護された PowerPoint および OpenDocument プレゼンテーションを簡単にロックおよびロック解除する方法を学びましょう。生産性を高め、ステップバイステップのガイドでプレゼンテーションを安全に保護できます。...ProtectionManager の encrypt メソッドを使用してプレゼンテーションにパスワードを設定します。パスワードを encrypt メソッドに渡し、save...protection_manager . encrypt ( "123123" ) pres . save ( "encrypted-pres.pptx"...

    docs.aspose.com/slides/ja/python-net/password-p...
  4. Basic operations with PDF documents|Aspose.PDF ...

    Basic operations section describes the possibilities of opening and saving PDF documents using the Aspose.PDF for .NET.... Encrypt and Decrypt PDF File - encrypt, and decrypt...

    docs.aspose.com/pdf/net/basic-operations/
  5. Document | Aspose.Words per .NET

    Crea facilmente documenti Word vuoti con il nostro intuitivo strumento di creazione documenti. Semplifica il tuo processo di scrittura oggi stesso!...= new Document ( MyDir + "Encrypted.docx" , new LoadOptions (...Assert . AreEqual ( "Test encrypted document." , doc . FirstSection...

    reference.aspose.com/words/it/net/aspose.words/...
  6. Document | Aspose.Words för .NET

    Skapa enkelt tomma Word-dokument med vår användarvänliga dokumentkonstruktör. Effektivisera din skrivprocess idag!...= new Document ( MyDir + "Encrypted.docx" , new LoadOptions (...Assert . AreEqual ( "Test encrypted document." , doc . FirstSection...

    reference.aspose.com/words/sv/net/aspose.words/...
  7. Защита презентаций паролем в .NET|Документация ...

    Узнайте, как легко блокировать и разблокировать презентации PowerPoint и OpenDocument, защищённые паролем, с помощью Aspose.Slides для .NET. Обеспечьте безопасность ваших презентаций....презентацию, используйте метод Encrypt из ProtectionManager , чтобы... Передайте пароль в метод Encrypt , затем используйте метод Save...

    docs.aspose.com/slides/ru/net/password-protecte...
  8. Зашифровать документ в C#|Aspose.Words для .NET

    Шифруйте ваш документ, используя соответствующие алгоритмы шифрования для конкретных форматов документов. C#....EncryptionCryptoAPI RC4 шифрование RC4 Encryption (40-битный) ДОКС, DOTX, DOCM...(AES128 + SHA1) ОТТ, ОТТ ODF Encryption (Blowfish/AES) Шифрование...

    docs.aspose.com/words/ru/net/encrypt-a-document/
  9. Secure PDF Documents with C++|Documentation

    Learn how to secure PDF documents with owner and user passwords using Aspose.Cells with C++....developers need to work with encrypted PDF files. For example: Secure...will be required to open the encrypted PDF document for viewing....

    docs.aspose.com/cells/cpp/secure-pdf-documents/
  10. 使用 C# 保护 PDF | Aspose.PDF

    使用 Aspose.PDF for .NET 使用 C# 示例代码,以编程方式使用密码锁定 PDF...Encrypt 方法使用 AES-128 加密 PDF。 以 PDF...AllowScreenReaders = true ; document . Encrypt ( "userpassword" , "ownerpassword"...

    products.aspose.com/pdf/zh-hant/net/protect/