Xceed Encryption Library Documentation
Getting Started Quickly / Encrypting and decrypting from file to file
In This Topic
    Encrypting and decrypting from file to file
    In This Topic

    Contents

    You can freely replace the word "encrypt" with "decrypt" to find out how to decrypt data because encrypting and decrypting work exactly the same way.

    Basic (non-streaming) encryption from file to file using Rijndael or Twofish

    To encrypt data with Rijndael or Twofish from file to file in a single pass, perform the following 4 steps. Put the Xceed Encryption control on a form or instantiate it, then:

    Basic (non-streaming) public-key encryption from file to file using RSA

    To encrypt data with RSA from file to file in a single pass, perform the following 4 steps. Put the Xceed Encryption control on a form or instantiate it, then: