Sort Score
Result 10 results
Languages All
Labels All
Results 2,911 - 2,920 of 9,775 for

encrypted

(0.48 sec)
  1. Popular File Archive Formats | Most Common Arch...

    Discover the prevalent file archive formats used for compression and storage. Explore their features, applications, and popularity among users....They are used to compress, encrypt, and combine files, making...Additionally, it supports various encryption methods to enhance data security...

    products.aspose.com/zip/most-common-archives/
  2. 使用 Python 保護 PPT 演示文件 | products.aspose.com

    Python 源代碼保護 PPT 演示。... encrypt( "123123" ) pres . save( "encrypted-pres.ppt"...

    products.aspose.com/slides/zh-hant/python-net/p...
  3. How to Protect PPTX Presentation Using C++

    This topic shows, how to protect PPTX Presentation using C++ by setting a password for encryption. You wil end up by getting a password protected presentation that you can only open by providing set password in PowerPoint....by setting a password for encryption. There are different ways...Presentation class instance Use Encrypt method exposed by ProtectionManager...

    kb.aspose.com/slides/cpp/how-to-protect-pptx-pr...
  4. Bảo vệ tệp bản trình bày PPTX bằng Python | pro...

    Mã nguồn Python để bảo vệ Bản trình bày PPTX.... encrypt( "123123" ) pres . save( "encrypted-pres.pptx"...

    products.aspose.com/slides/vi/python-net/protec...
  5. محافظت از فایل های ارائه ODP با استفاده از C++ ...

    کد منبع C++ برای محافظت از ارائه ODP....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.odp" , SaveFormat :: Odp); تنظیم...

    products.aspose.com/slides/fa/cpp/protect/odp/
  6. محافظت از فایل های ارائه PPTX با استفاده از Jav...

    کد منبع Java برای محافظت از ارائه PPTX.... encrypt ( "123123" ); presentation . save ( "encrypted-pres...

    products.aspose.com/slides/fa/java/protect/pptx/
  7. محافظت از فایل های ارائه ODP با استفاده از Java...

    کد منبع Java برای محافظت از ارائه ODP.... encrypt ( "123123" ); presentation . save ( "encrypted-pres...

    products.aspose.com/slides/fa/java/protect/odp/
  8. FAQ|Aspose.PDF for Java

    Learn Frequently Asked Questions from Aspose.PDF for Java library....use the Encrypt method of the Document object to encrypt a PDF...

    docs.aspose.com/pdf/java/faq/
  9. تشفير ملف PDF|Aspose.PDF for .NET

    يشرح هذا الموضوع كيفية تشفير ملف PDF باستخدام فئة PdfFileSecurity....pdf" ); // Encrypt file using 256-bit encryption fileSecurity...

    docs.aspose.com/pdf/ar/net/encrypt-pdf-file/
  10. 使用 C++ 保护 PDF | Aspose.PDF

    使用 Aspose.PDF for C++ 使用 C++ 示例代码,以编程方式使用密码锁定 PDF...Encrypt 方法使用 AES-128 保护 PDF。 将结果保存为...DocumentPrivilege :: get_Print (); doc -> Encrypt ( L "user" , L "owner" , privilege...

    products.aspose.com/pdf/zh-hans/cpp/protect/