Command-line interactive symmetric key cryptography.
Install:
go install github.com/monasticacademy/crypt@latest
Encrypt
crypt --encrypt test.txt # will prompt for password
Decrypt
crypt --decrypt test.txt.encrypted # will prompt for password
Symmetric key cryptography tool
Repository from Github https://github.commonasticacademy/crypt
Command-line interactive symmetric key cryptography.
Install:
go install github.com/monasticacademy/crypt@latest
Encrypt
crypt --encrypt test.txt # will prompt for password
Decrypt
crypt --decrypt test.txt.encrypted # will prompt for password
Symmetric key cryptography tool
MIT License