Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 10,882 for

encryption

(0.18 sec)
  1. Generate reports, populate documents with data|...

    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....Document Assistant Close Encrypting Excel Files using Aspose...

    docs.aspose.com/cells/net/generate-reports-popu...
  2. أرشيف

    أرشيف...Encrypt("123123"); presentation.Save("encrypted-pres.ppt"...RemoveEncryption(); presentation.Save("encryption-removed.ppt", SaveFormat...

    blog.aspose.com/ar/slides/encrypt-ppt-csharp/
  3. C++ 를 사용하여 PDF 잠금 | Aspose.PDF

    Aspose.PDF 를 사용하여 보호된 (암호로 암호화된) 문서를 읽거나, 보호 기능이 있는 문서를 보호하거나, 보호를 제거하기 위한 샘플 C++ 코드입니다....‘DataDir’ 변수로 지정된 동일한 디렉토리에 있는 ‘Encrypt_out.pdf ‘라는 파일에 저장합니다.이 코드...set_AllowScreenReaders ( true ); // Encrypt the file with User and Owner...

    products.aspose.com/pdf/ko/cpp/encrypt/
  4. Extracting RAR Archives | Aspose.Zip Documentation

    Learn how to extract RAR archives in Java with detailed steps and solutions to common issues....println (ex); 13 } Extract an Encrypted Entry The following code example...demonstrates how to extract an encrypted entry using RarArchive instance...

    docs.aspose.com/zip/java/extracting-rar-archives/
  5. Fonctionnalités utilitaires - client SMTP|Docum...

    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...."password" ); MailMessage encrypted = signed . encrypt ( publicCert , "password"...); MailMessage decrypted = encrypted . decrypt ( privateCert ,...

    docs.aspose.com/email/fr/java/utility-features-...
  6. arkiv

    arkiv...encrypt(“användarlösenord”, “ägarelösenord”...pdf"); // kryptera PDF document.encrypt("user", "owner", 0, CryptoAlgorithm...

    blog.aspose.com/sv/pdf/encrypt-and-decrypt-pdf-...
  7. Establecer Privilegios, Encriptar y Desencripta...

    Encriptar Archivo PDF con C++ usando Diferentes Tipos de Encriptación y Algoritmos. También, desencriptar Archivos PDF usando Contraseña de Propietario....como un argumento al método Encrypt del objeto Document . El siguiente...está habilitada document -> Encrypt ( u "user" , u "owner" , documentPrivilege...

    docs.aspose.com/pdf/es/cpp/set-privileges-encry...
  8. Chiffrer et déchiffrer les fichiers ODS avec Ja...

    Protéger par mot de passe et chiffrer les fichiers ODS en utilisant Aspose.Cells for JavaScript via C++.... textContent = 'Download Encrypted ODS File' ; document . getElementById...download link to get the encrypted file.</p>' ; }); </ script...

    docs.aspose.com/cells/fr/javascript-cpp/encrypt...
  9. C++ का उपयोग करके ODP प्रस्तुतिकरण फ़ाइलों की स...

    ODP प्रस्तुति की सुरक्षा के लिए C++ स्रोत कोड....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.odp" , SaveFormat :: Odp); {Product_lang}...

    products.aspose.com/slides/hi/cpp/protect/odp/
  10. C++ का उपयोग करके PPTX प्रस्तुतिकरण फ़ाइलों की ...

    PPTX प्रस्तुति की सुरक्षा के लिए C++ स्रोत कोड....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.pptx" , SaveFormat :: Pptx); {Product_lang}...

    products.aspose.com/slides/hi/cpp/protect/pptx/