JCrypt 1.0
About
JCrypt is a tiny Java program that allows you to quickly encrypt[1] your files[2]. There are several ways to select a file:
- Select the file with the file chooser (common style)
- Type in the absolute path to the file (hacker style)
- Drag and drop the file on the path bar (fancy style)
You can name your encrypted file anything you want, even the extension. Just don't forget the password you used to encrypt because it is the only way to decrypt the file. JCrypt is available anywhere Java is.
[1] JCrypt is a toy program. Do not use for production.
[2] JCrypt does not support encrypting entire directories. Use tar (or zip) to turn a a directory into one file, then JCrypt can work its magic.