Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 10,906 for

encrypted

(0.15 sec)
  1. Définir un type de chiffrement fort avec JavaSc...

    Apprendre comment définir des types de chiffrement forts pour les fichiers Excel en utilisant Aspose.Cells for JavaScript via C++....Cells Example - Encrypt Workbook </ title > </ head...head > < body > < h1 > Encrypt Workbook Example </ h1 > < input...

    docs.aspose.com/cells/fr/javascript-cpp/setting...
  2. 아카이브

    아카이브... ‘Encrypt’ 메서드를 호출하고 원하는 비밀번호를 전달하세요...protection_manager.encrypt("123123") pres.save("encrypted-pres.pptx"...

    blog.aspose.com/ko/slides/encrypt-ppt-python/
  3. تعيين الامتيازات، تشفير وفك تشفير ملف PDF باستخ...

    تشفير ملف PDF باستخدام C++ باستخدام أنواع مختلفة من التشفير والخوارزميات. أيضًا، فك تشفير ملفات PDF باستخدام كلمة مرور المالك....هذا الكائن كحجة إلى طريقة Encrypt لكائن Document . يظهر لك الجزء...قراءة الشاشة فقط document -> Encrypt ( u "user" , u "owner" , documentPrivilege...

    docs.aspose.com/pdf/ar/cpp/set-privileges-encry...
  4. 搜索

    搜索...encrypt(“userpassword”, “ownerpassword”...Document("input.pdf") # 加密PDF document.encrypt("user_password", "owner_password"...

    blog.aspose.com/zh-hant/pdf/encrypt-decrypt-pdf...
  5. Архів

    Архів... Викличте метод Encrypt і передайте пароль, який ви...ProtectionManager.Encrypt("123123"); presentation.Save("encrypted-pres.ppt"...

    blog.aspose.com/uk/slides/encrypt-ppt-csharp/
  6. Aspose.Cellsを使用してExcelファイルを暗号化およびパスワード保護する|Docu...

    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/ja/net/encrypting-excel-f...
  7. Excel Dateien mit JavaScript via C++ verschlüss...

    Lernen Sie, wie man Excel Dateien mit Aspose.Cells for JavaScript via C++ verschlüsselt und passwortgeschützt....</ head > < body > < h1 > Encrypt Workbook Example </ h1 > <...arrayBuffer )); // Specify XOR encryption type. workbook . encryptionOptions...

    docs.aspose.com/cells/de/javascript-cpp/encrypt...
  8. Change Password of PDF File|Aspose.PDF for Java

    Learn how to change the password of a PDF file for enhanced security using Aspose.PDF in Java....PdfFileInfo ( _dataDir + "sample_encrypted.pdf" ); // Create PdfFileSecurity...bindPdf ( _dataDir + "sample_encrypted.pdf" ); fileSecurity . changePassword...

    docs.aspose.com/pdf/java/change-password/
  9. 使用 Python 解鎖 PPTX 演示文件 | products.aspose.com

    Python 源代碼,用於移除 PPTX 演示文稿的保護。... Presentation( "encrypted-pres.pptx" , loadOptions)...protection_manager . remove_encryption() pres . save( "encryption-removed.pptx"...

    products.aspose.com/slides/zh-hant/python-net/u...
  10. تغيير كلمة مرور ملف PDF|Aspose.PDF for .NET

    استكشف كيفية تعديل كلمة مرور مستند PDF في .NET لتحسين أمان الملف باستخدام Aspose.PDF....PdfFileInfo ( dataDir + "sample_encrypted.pdf" )) { // Create PdfFileSecurity...object if the document is encrypted if ( pdfFileInfo . IsEncrypted...

    docs.aspose.com/pdf/ar/net/change-password/