메소드 | 설명 | |
---|---|---|
BcryptPbkdf ( string pass, byte salt, uint rounds, int keylen ) : byte[] |
bcrypt_pbkdf (pkcs #5 pbkdf2 implementation using the "bcrypt" hash)
|
메소드 | 설명 | |
---|---|---|
BcryptHash ( Blowfish blowfish, byte sha2pass, byte sha2salt ) : byte[] |
bcrypt_hash
|
public BcryptPbkdf ( string pass, byte salt, uint rounds, int keylen ) : byte[] | ||
pass | string | password |
salt | byte | salt |
rounds | uint | rounds |
keylen | int | key length |
리턴 | byte[] |