vault

package
v0.1.9 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2024 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConvertAnsibleToWhip

func ConvertAnsibleToWhip(root string) error

ConvertAnsibleToWhip converts an Ansible Vault file to a Whip (Age) file.

func LaunchEditor

func LaunchEditor(path string) error

LaunchEditor opens a file in the editor. If the file is encrypted, it temporarily decrypts. After the $EDITOR terminates, it encrypts the file with the first available encryptor.

func Open

func Open(path string) (io.ReadCloser, error)

Open opens a file and decrypts it if it is encrypted. If it is not encrypted, it returns the original file. If no valid decryptor is found, it returns an error.

func ReadFile

func ReadFile(path string) ([]byte, error)

Types

type Vaulter

type Vaulter interface {
	Encrypt(in io.Reader, out io.Writer) error
	Decrypt(in io.Reader) (io.Reader, error)
	Magic() []byte
	Ready() bool
}

Jump to

Keyboard shortcuts

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