C# 클래스 Granados.Crypto.Bcrypt

Partial implementation of bcrypt
파일 보기 프로젝트 열기: poderosaproject/poderosa 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

BcryptPbkdf() 공개 메소드

bcrypt_pbkdf (pkcs #5 pbkdf2 implementation using the "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[]