Method | Description | |
---|---|---|
Generate ( byte password, byte salt, int cost ) : byte[] |
Method | Description | |
---|---|---|
BCrypt ( ) : System | ||
CyclicXorKey ( byte key ) : void | ||
DeriveRawKey ( int cost, byte salt, byte psw ) : byte[] | ||
EncryptMagicString ( ) : byte[] | ||
F ( uint x ) : uint | ||
InitState ( ) : void | ||
ProcessTable ( uint xl, uint xr, uint table ) : void | ||
ProcessTableWithSalt ( uint table, uint salt32Bit, uint iv1, uint iv2 ) : void |
public static Generate ( byte password, byte salt, int cost ) : byte[] | ||
password | byte | |
salt | byte | |
cost | int | |
return | byte[] |