View Single Post
  #3 (permalink)  
Old 06-05-2007, 05:13 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,344
Default

You can encrypt a complete file without using a temporary file as long as you have enough memory.
You could just read the whole file to an array and then encrypt it.
The decryption takes some time, you should test if it suits your needs.
Reply With Quote