
Crypt is a simple software I wrote to encrypt files via Terminal. It uses AES to encrypt files and prepends the SHA-1 hash to the file, to prevent decrypting it with the wrong password.
Installation: place the executable "enc" somewhere within your shells path (e.g.
/usr/local/bin).
Usage: run enc from anywhere and it will encrypt all files (excluding subfolders)
within that directory.