Expand description
A simple secrets database.
While hips
can be used as a binary for operational purposes, you might need your server to
retrieve secrets at runtime.
You should be mostly manipulating the Database
object directly. It exposes an API very
similar to the hips binary’s (store, load, remove, list…)
Modules
Encrypter
trait implementations.
Structs
A handle to the underlying secrets database.
An encrypted secret and its name.
A plaintext secret and its name.