Module lockchain_core::vault [] [src]

Vault data module

A vault represents a collection of records of sensitive data. Each record is encrypted before being written to disk.

A vault can have multiple users which allows login-information to be shared between multiple people. By default only one (root) user is enabled though.

Structs

Vault

Enums

ErrorType

This should be made pretty with actual Errors at some point