cli

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2024 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const (
	APP  = "siocrypt"
	VER  = "0.0.2"
	DESC = "Tool for encrypting/decrypting arbitrary data streams"
)

Basic utility info

View Source
const (
	OPT_DECRYPT  = "D:decrypt"
	OPT_CIPHER   = "c:cipher"
	OPT_PASSWORD = "p:password"
	OPT_NO_COLOR = "nc:no-color"
	OPT_HELP     = "h:help"
	OPT_VER      = "v:version"

	OPT_VERB_VER     = "vv:verbose-version"
	OPT_COMPLETION   = "completion"
	OPT_GENERATE_MAN = "generate-man"
)

Options

View Source
const (
	CIPHER_AES256   = "AES256"   // AES-256 GCM
	CIPHER_C20P1305 = "C20P1305" // ChaCha20 Poly1305
)

Variables

This section is empty.

Functions

func Run

func Run(gitRev string, gomod []byte)

Run is main utility function

Types

This section is empty.

Jump to

Keyboard shortcuts

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