Sort Score
Result 10 results
Languages All
Labels All
Results 3,091 - 3,100 of 14,914 for

encryption

(0.12 sec)
  1. Protejați și blocați PDF-ul prin C++ | Aspose.PDF

    Cod sursă demo simplu pentru a bloca fișierul PDF folosind parola pe orice platformă cu limbajul C++....Encrypt pentru a proteja PDF cu AES-128...DocumentPrivilege :: get_Print (); doc -> Encrypt ( L "user" , L "owner" , privilege...

    products.aspose.com/pdf/ro/cpp/protect/
  2. Python का उपयोग करके PPT प्रस्तुतिकरण फ़ाइलों क...

    PPT प्रस्तुति की सुरक्षा के लिए Python स्रोत कोड.... encrypt( "123123" ) pres . save( "encrypted-pres.ppt"...

    products.aspose.com/slides/hi/python-net/protec...
  3. C++을(를) 사용하여 PPTX 프레젠테이션 파일 보호 | products.aspos...

    PPTX 프레젠테이션을 보호하기 위한 C++ 소스 코드....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.pptx" , SaveFormat :: Pptx); C++을(를)...

    products.aspose.com/slides/ko/cpp/protect/pptx/
  4. Restrict Document Editing in Java|Aspose.Words ...

    Restrict editing a document by setting a restriction type. You can also remove protection and make unrestricted editable regions using Java....security feature and does not encrypt a document. In Microsoft Word...restriction for one of the sections: Encrypt a Document in Java...

    docs.aspose.com/words/java/restrict-document-ed...
  5. Kako zaštititi PDF datoteku lozinkom pomoću Pyt...

    Ovaj kratki vodič pokriva kako zaštititi PDF datoteku lozinkom pomoću Pythona. Predstavlja potpuni pregled procesa uključujući konfiguraciju sustava i algoritam korak po korak, zajedno s uzorkom koda koji pokazuje kako se Python PDF značajka zaštite lozinkom može ugraditi u vaše aplikacije....drugih argumenata za metodu Encrypt Zapišite osigurani PDF dokument...primjer, parametri metode Encrypt() uključuju kriptografski algoritam...

    kb.aspose.com/hr/pdf/python/how-to-protect-pdf-...
  6. Aspose.ZIP for .NET 23.6 Release Notes

    Aspose.ZIP for .NET 23.6 Release Notes – the latest updates and fixes....Extract 7z archives with encrypted headers. Feature ZIPNET-1022...extract the archive with encrypted names. Aspose.Zip.Bzip2.Bzip2Archive...

    releases.aspose.com/zip/net/release-notes/2023/...
  7. Checking File Type using a Java Stream? - Free ...

    Hello, In Aspose for Java, is there a way to detect the file type using only a stream (ex. ByteArrayInputStream, DataInputStream, etc.)? I am trying to convert to PDF with several different file types and I need to do i…...com/cells/java/detect-file-format-of-encrypted-office-open-xml-ooxml-files/...and-check-if-the-file-is-encrypted/ Hope, this helps a bit. Moreover...

    forum.aspose.com/t/checking-file-type-using-a-j...
  8. הצפנת קובצי PDF באמצעות JavaScript via C++ | As...

    JavaScript via C++ קוד לדוגמה להצפנת מסמך PDF על כל פלטפורמה.... <% encrypt.code-block.subtitle %> var...onload = ( event ) => { /*encrypt a PDF-file with passwords "user"...

    products.aspose.com/pdf/he/javascript-cpp/encrypt/
  9. PDF'yi C++ aracılığıyla koruyun ve kilitleyin |...

    C++ dili ile herhangi bir platformda şifre kullanarak PDF dosyasını kilitlemek için basit demo kaynak kodu....Encrypt yöntemini arayın. Sonucu PDF...DocumentPrivilege :: get_Print (); doc -> Encrypt ( L "user" , L "owner" , privilege...

    products.aspose.com/pdf/tr/cpp/protect/
  10. Decifrare i file PDF tramite JavaScript | Aspos...

    JavaScript codice di esempio per decrittografare il documento PDF su qualsiasi piattaforma....js' ); const pdf_encrypt_file = './ResultEncrypt.pdf'...AsposePdfModule . AsposePdfDecrypt ( pdf_encrypt_file , "owner" , "./ResultDecrypt...

    products.aspose.com/pdf/it/nodejs-cpp/decrypt/