Crate rwarden_crypto

Crate rwarden_crypto 

Source

Structs§

CipherString
An encrypted string.
Keys
Keys used for encrypting/decrypting cipher strings.
MasterPasswordHash
A hashed master password.
SourceKey
An intermediate type used for creating Keys and MasterPasswordHash.

Enums§

CipherDecryptionError
Error that can occur while decrypting a cipher string.
CipherDecryptionStringError
Error that can occur while decrypting a cipher string.
CipherParseError
Error that can occur while parsing a cipher string.
KdfType
The KDF type that is used to hash the master password.

Functions§

generate_protected_symmetric_key
Generates a new protected symmetric key.