
24 Oct
2008
24 Oct
'08
7:04 p.m.
I can forsee a need for my application to store a password in a plain text file. Does Boost have a library to help me encrypt the password?
I don't think that Boost anything to do that. You might want to check out Botan http://botan.randombit.net/ and Crypto++ http://www.cryptopp.com/ .