Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 7,893 for

encrypted

(0.08 sec)
  1. تشفير ملفات إكسل باستخدام C++|Documentation

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

    docs.aspose.com/cells/ar/cpp/encrypting-excel-f...
  2. OdtSaveOptions | Aspose.Words för .NET

    Upptäck OdtSaveOptions-konstruktorn för att enkelt spara dokument i ODT-format. Effektivisera ditt arbetsflöde med detta kraftfulla verktyg!...Encrypt" + extensionString , saveOptions...ArtifactsDir + "OdtSaveOptions.Encrypt" + extensionString ); Assert...

    reference.aspose.com/words/sv/net/aspose.words....
  3. Cambiar Contraseña de Archivo PDF|Aspose.PDF pa...

    Este tema explica cómo cambiar la contraseña en un archivo PDF usando la clase PdfFileSecurity....PdfFileInfo ( _dataDir + "sample_encrypted.pdf" ); // Crear objeto PdfFileSecurity...bindPdf ( _dataDir + "sample_encrypted.pdf" ); fileSecurity . changePassword...

    docs.aspose.com/pdf/es/java/change-password/
  4. Ubah Kata Sandi File PDF|Aspose.PDF untuk Java

    Topik ini menjelaskan cara mengubah kata sandi pada File PDF menggunakan Kelas PdfFileSecurity....PdfFileInfo ( _dataDir + "sample_encrypted.pdf" ); // Buat objek PdfFileSecurity...bindPdf ( _dataDir + "sample_encrypted.pdf" ); fileSecurity . changePassword...

    docs.aspose.com/pdf/id/java/change-password/
  5. Изменение пароля PDF файла|Aspose.PDF for Java

    Эта тема объясняет, как изменить пароль в PDF файле с использованием класса PdfFileSecurity....PdfFileInfo ( _dataDir + "sample_encrypted.pdf" ); // Создание объекта...bindPdf ( _dataDir + "sample_encrypted.pdf" ); fileSecurity . changePassword...

    docs.aspose.com/pdf/ru/java/change-password/
  6. تغيير كلمة مرور ملف PDF|Aspose.PDF for Java

    يوضح هذا الموضوع كيفية تغيير كلمة المرور على ملف PDF باستخدام PdfFileSecurity Class....PdfFileInfo ( _dataDir + "sample_encrypted.pdf" ); // إنشاء كائن PdfFileSecurity...bindPdf ( _dataDir + "sample_encrypted.pdf" ); fileSecurity . changePassword...

    docs.aspose.com/pdf/ar/java/change-password/
  7. Criptografar um documento em Python|Aspose.Word...

    Criptografe seu documento usando algoritmos de criptografia apropriados para formatos de documento específicos em Python....RC4 de 40 bitsCryptoAPI RC4 Encryption Criptografia RC4 (40 bits)...which the document will be encrypted , and which will be required...

    docs.aspose.com/words/pt/python-net/encrypt-a-d...
  8. Python을(를) 사용하여 PPT 프레젠테이션 파일 잠금 해제 | products....

    PPT 프레젠테이션에서 보호를 제거하는 Python 소스 코드입니다.... Presentation( "encrypted-pres.ppt" , loadOptions) as...protection_manager . remove_encryption() pres . save( "encryption-removed.ppt"...

    products.aspose.com/slides/ko/python-net/unlock...
  9. 密码保护演示文稿|Aspose.Slides for Python 文档

    Python 中的 PowerPoint 密码保护、加密和安全... 要加密或设置密码保护演示文稿,你必须使用 encrypt 方法(来自 ProtectionManager )为演示文稿设置密码。你将密码传递给...)为演示文稿设置密码。你将密码传递给 encrypt 方法,并使用 save 方法保存现在已加密的演示文稿。 以下示例代码演示了如何加密演示文稿:...

    docs.aspose.com/slides/zh/python-net/password-p...
  10. 使用 C++ 锁定 PDF | Aspose.PDF

    使用 Aspose.PDF 读取受保护(密码加密)文档、使用保护措施保护文档或移除保护的 C++ 代码示例。...它会打开一个名为 “Encrypt.pdf” 的 PDF 文档。它使用加密设置对打开的 PDF...表示未授予用户修改文档的特定权限。加密 PDF 后,该代码将更新后的文档保存到名为 “Encrypt_out.pdf” 的文件中,该文件位于 “DataDir”...

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