package
0.0.0-20200424072721-89edfd8bb689
Repository: https://github.com/robjporter/go-library.git
Documentation: pkg.go.dev

# Functions

Open decrypts the file cryptFile with a passphrase read from stdin and stores the result in plainFile (which must not exist): 1.
Seal encrypts the file plainFile with a passphrase read from stdin and stores the result in cryptFile (which must not exist): 1.