Click or drag to resize

CryptoUtilsDeriveV1KeyHash Method

Derives encryption key from password and gets HSA256 hash

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
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