CryptoUtilsDeriveV1KeyHash Method |
Derives encryption key from password and gets HSA256 hash
Namespace: KeeperSecurity.UtilsAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public static byte[] DeriveV1KeyHash(
string password,
byte[] salt,
int iterations
)
Parameters
- password String
- Password.
- salt Byte
- Salt.
- iterations Int32
- Iterations.
Return Value
Byte[Missing <returns> documentation for "M:KeeperSecurity.Utils.CryptoUtils.DeriveV1KeyHash(System.String,System.Byte[],System.Int32)"]
See Also