botan.passhash.bcrypt

Bcrypt Password Hashing

Members

Functions

checkBcrypt
bool checkBcrypt(string password, string hash)

Check a previously created password hash

generateBcrypt
string generateBcrypt(string password, RandomNumberGenerator rng, ushort work_factor)

Create a password hash using Bcrypt

Meta

License

Botan is released under the Simplified BSD License (see LICENSE.md)