CryptoUtilsDeriveKeyV1 Method |
Derives encryption key from password.
Namespace: KeeperSecurity.UtilsAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public static byte[] DeriveKeyV1(
string password,
byte[] salt,
int iterations
)
Parameters
- password String
- Password.
- salt Byte
- Salt.
- iterations Int32
- Iterations.
Return Value
ByteEncryption key.
See Also