binary

package
v1.8.6 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2019 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Suffix is the suffix that is appended to binaries in the store
	Suffix = ".b64"
)

Variables

This section is empty.

Functions

func Cat

func Cat(ctx context.Context, c *cli.Context, store storer) error

Cat prints to or reads from STDIN/STDOUT

func Copy

func Copy(ctx context.Context, c *cli.Context, store storer) error

Copy copies either from the filesystem to the store or from the store to the filesystem

func Move

func Move(ctx context.Context, c *cli.Context, store storer) error

Move works like Copy but will remove (shred/wipe) the source after a successful copy. Mostly useful for securely moving secrets into the store if they are no longer needed / wanted on disk afterwards

func Sum

func Sum(ctx context.Context, c *cli.Context, store storer) error

Sum decodes binary content and computes the SHA256 checksum

Types

This section is empty.

Jump to

Keyboard shortcuts

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