Click or drag to resize

CryptoUtilsDeriveKeyV1 Method

Derives encryption key from password.

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public static byte[] DeriveKeyV1(
	string password,
	byte[] salt,
	int iterations
)

Parameters

password  String
Password.
salt  Byte
Salt.
iterations  Int32
Iterations.

Return Value

Byte
Encryption key.
See Also