Documentation ¶
Overview ¶
Package database is a key-value database with integrated password encryption functions.
DATABASE ENCRYPTION FORMAT H(EM) || EM where EM = E(M) where E - encrypt (cipher-key) H - hmac (auth-key) M - message bytes
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IKVDatabase ¶ added in v1.5.10
type IKVDatabase interface { storage.IKVStorage types.ICloser }
func NewKVDatabase ¶ added in v1.5.23
func NewKVDatabase(pSett storage.ISettings) (IKVDatabase, error)
Click to show internal directories.
Click to hide internal directories.