Thread
:
Encrypt / Decrypt a complete file
View Single Post
#
3
(
permalink
)
06-05-2007, 05:13 PM
Erel
Administrator
Join Date: Apr 2007
Posts: 3,344
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.
Erel
View Public Profile
Send a private message to Erel
Find all posts by Erel