Skip to content

SidSun-Experiments/cipher-256-cfb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages