Crate secure_string

Source
Expand description

A data type suitable for storing sensitive information such as passwords and private keys in memory, featuring constant time equality, mlock and zeroing out.

Structs§

SecureArray
A data type suitable for storing sensitive information such as passwords and private keys in memory, that implements:
SecureBox
A data type suitable for storing sensitive information such as passwords and private keys in memory, that implements:
SecureString
Wrapper for a vector that stores a valid UTF-8 string
SecureVec
A data type suitable for storing sensitive information such as passwords and private keys in memory, that implements:

Type Aliases§

SecureBytes
Type alias for a vector that stores just bytes