Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 792 for

encrypted

(0.08 sec)
  1. Python을 사용하여 비밀번호로 PDF 파일을 보호하는 방법

    이 빠른 자습서는 Python을 사용하여 암호로 PDF 파일을 보호하는 방법을 다룹니다. Python PDF 암호 보호 기능을 사용하여 응용 프로그램에 포함할 수 있는 방법을 보여주는 실행 중인 코드 샘플과 함께 시스템 구성 및 단계별 알고리즘을 포함한 프로세스의 전체 개요를 제공합니다....Document 클래스로 원본 PDF 문서 가져오기 Encrypt 메서드에 대한 암호 문자열 및 기타 인수를 전달하는...있는 기본 사용 사례를 보여줍니다. 예를 들어 Encrypt() 메서드의 매개 변수에는 RC4X128, AESx256...

    kb.aspose.com/ko/pdf/python/how-to-protect-pdf-...
  2. تقديم محمي بكلمة مرور|توثيق Aspose.Slides لـ PHP

    قفل عرض PowerPoint. عرض PowerPoint محمي بكلمة مرور....getProtectionManager () -> encrypt ( "123123" ); $presentation...$presentation -> save ( "encrypted-pres.pptx" , SaveFormat :: Pptx ); } finally...

    docs.aspose.com/slides/ar/php-java/password-pro...
  3. Chiffrer, déchiffrer, protéger et désactiver la...

    Cet extrait présente comment chiffrer et déchiffrer des fichiers Excel, protéger et désactiver la protection des données dans les fichiers Excel à l aide de codes JAVA....données telles que MS Excel : Encrypt and decrypt Excel files Pour...

    docs.aspose.com/cells/fr/java/protect-and-unpro...
  4. Proteggere e rimuovere la protezione|Documentation

    Questo snippet introduce come crittografare e decrittografare file di Excel, proteggere e rimuovere la protezione dei dati nei file di Excel utilizzando codici CSharp....dei dati come in MS Excel: Encrypt and decrypt Excel files Per...

    docs.aspose.com/cells/it/net/protect-and-unprot...
  5. LoadOptions.Password | Aspose.Words för .NET

    LoadOptions Password fast egendom. Hämtar eller ställer in lösenordet för att öppna ett krypterat dokument. Kan varanull eller tom sträng. Standard ärnull i C#....inputFileName = MyDir + "Encrypted.docx" ; string outputFileName...

    reference.aspose.com/words/sv/net/aspose.words....
  6. Aspose::Words::Saving::DocSaveOptions::DocSaveO...

    Aspose::Words::Saving::DocSaveOptions::DocSaveOptions constructor. Initializes a new instance of this class that can be used to save a document in the Doc format in C++....// Note that this does not encrypt the contents of the document...// Note that this does not encrypt the contents of the document...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Aspose::Words::FileFormatUtil::DetectFileFormat...

    Aspose::Words::FileFormatUtil::DetectFileFormat method. Detects and returns the information about a format of a document stored in a stream in C++....detect the document format and encryption. auto doc = MakeObject <...Configure a SaveOptions object to encrypt the document // with a password...

    reference.aspose.com/words/cpp/aspose.words/fil...
  8. Document.WriteProtection | Aspose.Words for .NET

    Explore the Document WriteProtection property to manage your document's write protection settings effortlessly and enhance security....programmatically, nor does it encrypt the contents. doc . Save (...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Aspose::Words::Saving::DocSaveOptions class | A...

    Aspose::Words::Saving::DocSaveOptions class. Can be used to specify additional options when saving a document into the Doc or Dot format. To learn more, visit the documentation article in C++....password to encrypt document using RC4 encryption method. get_PrettyFormat...options added, such as an encryption password or digital signature...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. पायथन का उपयोग करके पीडीएफ फाइल को पासवर्ड से क...

    यह त्वरित ट्यूटोरियल कवर करता है कि पायथन का उपयोग करके पीडीएफ फाइल को पासवर्ड से कैसे सुरक्षित किया जाए। यह सिस्टम कॉन्फ़िगरेशन, और चरण-दर-चरण एल्गोरिथ्म सहित प्रक्रिया का एक संपूर्ण अवलोकन प्रस्तुत करता है, साथ ही एक रनिंग कोड नमूना जो दर्शाता है कि पायथन पीडीएफ पासवर्ड प्रोटेक्ट फीचर का उपयोग करके आपके अनुप्रयोगों में कैसे एम्बेड किया जा सकता है।...PDF दस्तावेज़ प्राप्त करें Encrypt विधि के लिए पासवर्ड स्ट्रिंग...बढ़ा सकते हैं। उदाहरण के लिए, Encrypt() मेथड के पैरामीटर में क्रिप्टोग्राफ़िक...

    kb.aspose.com/hi/pdf/python/how-to-protect-pdf-...