safestorage

package
v0.18.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2025 License: BSD-3-Clause, ISC Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App added in v0.14.0

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

func NewApp added in v0.14.0

func NewApp(name, dir string) App

func (*App) Decrypt added in v0.14.0

func (a *App) Decrypt(ciphertext []byte) ([]byte, error)

func (*App) EncryptionKey added in v0.14.0

func (a *App) EncryptionKey() (*RawEncryptionKey, error)

func (*App) SetBackend added in v0.17.0

func (a *App) SetBackend(backend string) error

func (*App) SetEncryptionKey added in v0.14.0

func (a *App) SetEncryptionKey(rawKey RawEncryptionKey) error

type RawEncryptionKey added in v0.14.0

type RawEncryptionKey struct {
	Key []byte
	OS  string
}

Jump to

Keyboard shortcuts

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