ncrypt

command
v0.0.0-...-6cb73f8 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2018 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Ncrypt en/decrypts arbitrary data streams securely.

Without an input file it reads from STDIN and writes to STDOUT if no output file is specified.

Usage: ncrypt [FLAGS] [ARGUMENTS...]

-cipher string   Specify cipher - default: platform depended
-d               Decrypt
-list            List supported algorithms

Examples:

Encrypt file 'myfile.txt': ncrypt ~/myfile.txt ~/myfile.txt.enc Decrypt 'myfile.txt.enc' and print content: ncrypt -d ~/myfile.txt Encrypt file 'myfile.txt' using unix pipes: cat ~/myfile.txt | ncrypt > ~/myfile.txt.enc

Jump to

Keyboard shortcuts

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