cipher-256-cfb

command module
v0.0.0-...-89f562c Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2020 License: Unlicense Imports: 15 Imported by: 0

README

cipher-256-cfb

cipher-256-cfb is a CLI program which implements the AES & finalists: Serpent, TwoFish along with SeaLion, Seaturtle Block Ciphers in CFB (cipher feedback) mode with 256-Bit key length, using SHA3-256 with files.

Usage:

To encrypt: cipher-256-cfb (--aes/ --twofish / --serpent / --sealion / --seaturtle) (--encrypt / -e) <input file> <passphrase file> <output file (optional)>

To decrypt: cipher-256-cfb (--aes/ --twofish / --serpent / --sealion / --seaturtle) (--decrypt / -d) <encrypted input> <passphrase file> <output file (optional)>

To get version number: cipher-256-cfb (--version / -v)

To get help: cipher-256-cfb(--help / -h)

Installation:

Build:

go mod download
go build .

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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