info.txt |
|
90 |
pbes2.cpp |
|
11029 |
pbes2.h |
Encrypt with PBES2 from PKCS #5 v2.0
@param key_bits the input
@param passphrase the passphrase to use for encryption
@param msec how many milliseconds to run PBKDF2
@param cipher specifies the block cipher to use to encrypt
@param digest specifies the PRF to use with PBKDF2 (eg "HMAC(SHA-1)")
@param rng a random number generator
|
3179 |