Boost logo

Boost :

Subject: [boost] [cryptography] is there a library?
From: Michael Marcin (mike.marcin_at_[hidden])
Date: 2013-10-29 23:29:14


I'm writing to an API that requires:

"The language selected must also include a key generator and encrypt and
decrypt API. The only messages that are not encrypted are error
messages. The encryption and decryption algorithms are not configurable.
Make sure the encrypt and decrypt API supports the algorithms in use.
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?

Thanks.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk