vault

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrDecryptFailed = errors.New("decryption failed: wrong password or corrupted data")

Functions

This section is empty.

Types

type Vault

type Vault struct {
	// contains filtered or unexported fields
}

func New

func New(password string) *Vault

func NewFromEnv

func NewFromEnv() (*Vault, error)

func (*Vault) Decrypt

func (v *Vault) Decrypt(data []byte) ([]byte, error)

func (*Vault) Encrypt

func (v *Vault) Encrypt(plaintext []byte) ([]byte, error)

func (*Vault) LoadFile

func (v *Vault) LoadFile(path string, dst any) error

func (*Vault) SaveFile

func (v *Vault) SaveFile(path string, data any) error

Jump to

Keyboard shortcuts

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