Encrypt / Decrypt a complete file
This is an example of using the Crypto library (together with the BinaryFile library) to encrypt and later decrypt a complete file.
You can use it to encrypt a file, send the encrypted file over an unsecured connection and then decrypt it.
|