database

package
v1.5.23 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2023 License: MIT Imports: 12 Imported by: 1

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL