30 Oct
2013
30 Oct
'13
9:15 a.m.
On 10/30/2013 04:29 AM, Michael Marcin wrote:
The current algorithm in use is Password-Based Key Definition (PBKDF2) to generate the key from a given password, iteration count and salt value. DESede + CBC + PKCS5 v2.0 is then used with the key to encrypt and decrypt the message."
Is there such a library hiding in or around boost somewhere?
It almost sounds as if you are looking for an SSL implementation. If so, then there is an SSL integration in Boost.Asio. If not, then you may want to look at: o Crypto++ (see Sergey's reply), o NaCL [ http://nacl.cr.yp.to/ ] o libsodium [ https://github.com/jedisct1/libsodium ]