Skip to main content

Crate securer_string

Crate securer_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:

Traits§

ConstantTimeEq
An Eq-like trait that produces a Choice instead of a bool.

Type Aliases§

SecureBytes
Type alias for a vector that stores just bytes