View Single Post
  #1 (permalink)  
Old 06-04-2007, 09:45 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,344
Default 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.
Attached Files
File Type: zip EncryptFile.zip (10.2 KB, 39 views)
Reply With Quote