Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 11,605 for

encryption

(0.11 sec)
  1. Archivo

    Archivo...setPassword("1234") # Encrypt by specifying the encryption type wb.set...XOR, 40) # Specify Strong Encryption type (RC4,Microsoft Strong...

    blog.aspose.com/es/cells/encrypt-and-decrypt-ex...
  2. Open Different Microsoft Excel Versions Files|D...

    This article explains how to open different Excel versions files using Aspose.Cells for Python via .NET API.... and Office 365 XLSX, or encrypted Excel files. How to Open Files...template file to be loaded. Open Encrypted Excel Files It’s possible...

    docs.aspose.com/cells/python-net/opening-differ...
  3. قفل کردن PDF با استفاده از C# | Aspose.PDF

    نمونه کد C# برای استفاده از Aspose.PDF برای خواندن اسناد محافظت شده (رمزگذاری شده با رمز عبور)، ایمن سازی یک سند با حفاظت یا حذف حفاظت.... این یک سند PDF به نام «Encrypt.pdf» را باز می کند. PDF باز...شده را در یک فایل به نام ‘Encrypt_out.pdf’ در همان دایرکتوری...

    products.aspose.com/pdf/fa/net/encrypt/
  4. Blocca il PDF usando C++ | Aspose.PDF

    Esempio di codice C++ per l'utilizzo di Aspose.PDF per leggere documenti protetti (crittografati con password), proteggere un documento con protezione o rimuovere la protezione....Encrypt . Salva il file PDF. Lo snippet...documento PDF denominato «Encrypt.pdf». Crittografa il PDF aperto...

    products.aspose.com/pdf/it/cpp/encrypt/
  5. Archivo

    Archivo... Llame al método Encrypt y pase su contraseña preferida...protection_manager.encrypt("123123") pres.save("encrypted-pres.pptx"...

    blog.aspose.com/es/slides/encrypt-ppt-python/
  6. ค้นหา

    ค้นหา...้องการเข้ารหัส เรียกเมธอด Encrypt และส่งรหัสผ่านที่คุณต้องการ...protection_manager.encrypt("123123") pres.save("encrypted-pres.pptx"...

    blog.aspose.com/th/slides/encrypt-ppt-python/
  7. Enkripsi Dokumen di Python|Aspose.Words untuk P...

    Enkripsi dokumen Anda menggunakan algoritma enkripsi yang sesuai untuk format dokumen tertentu di Python....which the document will be encrypted , and which will be required...dapat menggunakan properti is_encrypted dari kelas FileFormatInfo...

    docs.aspose.com/words/id/python-net/encrypt-a-d...
  8. Zaszyfruj dokument w Python|Aspose.Words dla Py...

    Zaszyfruj swój dokument za pomocą odpowiednich algorytmów szyfrowania dla określonych formatów dokumentów w Python....which the document will be encrypted , and which will be required...możesz użyć właściwości is_encrypted klasy FileFormatInfo . Właściwość...

    docs.aspose.com/words/pl/python-net/encrypt-a-d...
  9. Aspose.Cells kullanarak Excel Dosyalarını Şifre...

    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/tr/net/encrypting-excel-f...
  10. Protect ODP Presentation Files using .NET | pro...

    C# source code to protect ODP Presentation.... Encrypting a ODP Presentation using...ProtectionManager.Encrypt( "123123" ); presentation.Save( "encrypted-pres...

    products.aspose.com/slides/net/protect/odp/