Filx
Filx is a command-line utility for password protecting files. Run filx help
for info.
Filx uses 256-bit AES keys to encrypt files, generated via the given password.

Install
- Clone this repository
- Run
go install
to install to your $GOBIN
Reference
Encrypting a file (use -d to delete the input file)
filx enc ./myfile.dat [-d]
Decrypting a file (use -d to delete the input file)
filx dec ./myfile.dat.enc [-d]
Contributing
I just made this one day while I was bored, feel free to open a PR.