Keeper SDK Class Library
C#
Show/Hide TOC
Crypto
Utils
Derive
Key
V
1 Method
Derives encryption key from password.
Definition
Namespace:
KeeperSecurity.Utils
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
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
Reference
CryptoUtils Class
KeeperSecurity.Utils Namespace
In This Article
Definition
Parameters
Return Value
See Also