Method | Description | |
---|---|---|
Hash ( string password, byte &salt ) : byte[] | ||
PasswordHasher ( int hashLength = DefaultHashLength, int iterationCount = DefaultIterationCount, int saltSize = DefaultSaltSize, string additionalOffDbSalt = DefaultAdditionalOffDbSalt ) : System.Security.Cryptography |
public Hash ( string password, byte &salt ) : byte[] | ||
password | string | |
salt | byte | |
return | byte[] |
public PasswordHasher ( int hashLength = DefaultHashLength, int iterationCount = DefaultIterationCount, int saltSize = DefaultSaltSize, string additionalOffDbSalt = DefaultAdditionalOffDbSalt ) : System.Security.Cryptography | ||
hashLength | int | |
iterationCount | int | |
saltSize | int | |
additionalOffDbSalt | string | |
return | System.Security.Cryptography |