Hi, I've got passwords hashed with PHP's hash_password function which I'd like to verify in C++. I don't think cryptopp supports bcrypt yet, support would be nice.
A simple API like PHP's password_hash and password_verify would be even nicer. Any thoughts? Gr, Olaf http://php.net/password_hash http://php.net/password_verify -- You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
