|
Encryption/Decryption
I have a program which writes fairly confidential information to a plain text file. I'd like to be able to encrypt the data before it's written, but from looking around, there seem to be only heavyweight libraries around. Is there an easy way I can securely encrypt the data?
|