Best way to encrypt a directory of files?
Posted
by JACK IN THE CRACK
on Stack Overflow
See other posts from Stack Overflow
or by JACK IN THE CRACK
Published on 2010-03-23T06:36:17Z
Indexed on
2010/03/23
6:43 UTC
Read the original article
Hit count: 300
I need to programatically encrypt a directory of files, like in a .zip or whatever. Preferably password protected obviously.
How can I accomplish this, and WHAT IS the BEST encryption way to do it, if applicable?
Programming language doesn't matter. I am dictioned in all syntax.
© Stack Overflow or respective owner