Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 275 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 275 Bytes

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