Encrypted key module - Password-based and key-based key derivation
This module provides types and operations for encrypting symmetric keys using various key derivation functions (KDFs).
Supported key derivation methods:
SshAgent
The main components are:
EncryptedKey
KeyDerivationMethod
KeyDerivationParams
HKDFParams
PBKDF2Params
ScryptParams
Argon2idParams
SSHAgentParams
Convert HashType to its string representation.
Encrypted key module - Password-based and key-based key derivation
This module provides types and operations for encrypting symmetric keys using various key derivation functions (KDFs).
Supported key derivation methods:
SshAgent)The main components are:
EncryptedKey: Encrypted symmetric key with derivation parametersKeyDerivationMethod: Enum of supported methodsKeyDerivationParams: Union type for method-specific parametersHKDFParams,PBKDF2Params,ScryptParams,Argon2idParams,SSHAgentParams