Structs§
- Cipher
String - An encrypted string.
- Keys
- Keys used for encrypting/decrypting cipher strings.
- Master
Password Hash - A hashed master password.
- Source
Key - An intermediate type used for creating
KeysandMasterPasswordHash.
Enums§
- Cipher
Decryption Error - Error that can occur while decrypting a cipher string.
- Cipher
Decryption String Error - Error that can occur while decrypting a cipher string.
- Cipher
Parse Error - 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.