ccCrypt is a password-based file encryption program. This can be useful if you're on a server and you for some reason want to have a private diary on a Minecraft server where an administrator can easily permanently remove all data relating to said diary.
Usage
Spoiler
Encryption
ccCrypt encrypt <in> <out> <key>
in - The file to encryptout - Where to save the encrypted file
key - The password to encrypt the file with
Decryption
ccCrypt decrypt <in> <out> <key>
in - The file to decryptout - Where to save the decrypted file
key - The key the file was encrypted with
Pastebin:
pastebin get 8aF5gH9b ccCrypt