info.txt |
|
85 |
passhash9.cpp |
|
4072 |
passhash9.h |
Create a password hash using PBKDF2
@param password the password
@param rng a random number generator
@param work_factor how much work to do to slow down guessing attacks
@param alg_id specifies which PRF to use with PBKDF2
0 is HMAC(SHA-1)
1 is HMAC(SHA-256)
2 is CMAC(Blowfish)
3 is HMAC(SHA-384)
4 is HMAC(SHA-512)
all other values are currently undefined
|
1456 |