Crate hips[][src]

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

Backend trait implementations.

Encrypter trait implementations.

Structs

A handle to the underlying secrets database.

An encrypted secret and its name.

A plaintext secret and its name.

Traits

Storage behavior: what does it mean to store/load/..?

Encryption behavior: what does it mean to encrypt/decrypt?