- It provides up to 256-bit AES based encryption (for comparison, the current military standards require 128-bit encryption for top secret documents). It supports 28 different types of encryption (many 3DES, IDEA, AES variants)
- It can create self-decrypting archives, meaning that you do not need to carry the program with you, just the encrypted file. However, due to the overhead (about 1Mb) of stuff that needs to be stored with the self-decrypting version, you can also create stand-alone encrypted files.
- It allows you to select multiple files and folders to be encrypted into one file.
- All files are zipped before being encrypted (thus making the archive a little more secure as well as saving space)
- Because Enfomi is written in Java, it should be able to run on any platform that has Java 1.7 or above.
- You should be able to run Enfomi (or a self-decrypting file created with Enfomi) simply by double-clicking on it.
Please be aware that if you want to utilize encryption capabilities in excess of 128-bit then you will have to download and install Unlimited Strength Jurisdiction Policy Files. By default, Enfomi uses 128-bit AES encryption which, as pointed out above, is military grade and should be enough for any purpose. However, if you feel the need for stronger encryption, you can get the necessary policy files here:
Java 7 Policy Files -- Java 8 Policy Files (for all of these read the README in each respective download for installation instructions)
I hope that Enfomi is pretty easy and straight-forward to use. Depending on whether you are opening Enfomi application for the first time or a self-decrypting archive created with Enfomi, you may see two different screens.MAIN SCREEN
The main screen is shown above. By default it is pre-set to encrypt files and folders that you add to the list by either dragging and dropping them onto the main screen or by clicking the "+" button. To successfully encrypt something follow these steps:
- Enter passphrase in the provided box
- Choose "encrypt" (default) as your desired option
- Add files and/or directories to the list by either dragging & dropping them or clicking the "+" button
- Optionally, browse for a folder (directory) where you want to save your resulting encrypted file
- Review additional settings under the "Options" tab (described below)
- Click "Encrypt" and confirm (retype) your passphrase when prompted
- You'll see a window informing you that encryption is in progress. Depending on the size of your files and your computer this might take a bit of time. Please be patient. Enfomi will tell you when it's done.
OPTIONS SCREEN
This screen should be self-explanatory, and has been preset with the most common desired settings. Here you can change/select two things.- Whether you want a self-decrypting archive (this is recommended and means that the Enfomi program will be packaged as part of the encrypted file that is created)
- Your algorithm of choice (preset to a very secure selection but without bothering you to install additional cryptography policies - see "How to get" for an expanded explanation)
DECRYPTION SCREEN
This screen will be presented if the file you have double-clicked is a self-decrypting archive created with Enfomi. You have a couple of choices here:- To decrypt the data contained in the encrypted file, type in your passphrase, select the directory to decrypt data to and hit "Decrypt"
- Because the self-decrypting archive contains the whole Enfomi program, you can use any self-decrypting file to encrypt more data (that will be stored in a separate file). If you hit the "Go to main screen" button you will see the familiar screens described above and will have the full flexibility to create further encrypted files.
- Automatically prefill the "Encrypt To: / Decrypt To:" fields with the directory from which Enfomi was launched. That was high on my annoyance list as you always had to browse first to select your location.
- Added confirmation dialog during encryption if the resulting file already exists. No more accidental overwrites!
- Updated the list of available cyphers.
- Fixed a nasty nasty bug that caused nested folders to not always be archived correctly.
- Made Enfomi run exclusively on Java 7 and above. Yes, this is by design. Older versions of Java really did not provide the support I needed to make this tool execute properly
- Thanks to Java 7, moved all input/output streams to use the "try-with-resources" programming pattern. No more hang-ups on piped streams.
- Added countdown latches during encryption / decryption to make sure all threads finish their work.
- Transitioned to the Maven build process. This is a big deal. Now you go to build the code and magic happens!
- Moved code to an SVN repository. If you're looking for source code, look there. The CVS repository is now obsolete.
- Drag and drop functionality now available. Whew... no more clicking that pesky '+' button and having to browse!
- The keyboard DELETE key will now remove any selected files from the list.
- A lot more (and friendlier!) error reporting (for those of you who like to delete files from the hard drive after adding them to the encryption list ... tsk tsk tsk)
- Files with the same name (but coming from different folders) will now be listed with a (1), (2), etc. after the name to show you that the names are the same. Please keep in mind though that Enfomi does not store parent folder information while encrypting so it will preserve only the folder structure of the top-level folders that were added to the encryption list. This means that any files with the same name in the encryption list will be renamed by Enfomi to avoid conflicts during decryption.
Enfomi claims that my password is incorrect during encryption/decryption even though I know I have provided the right password. You might see this error for a couple of reasons. One of the most typical ones is that you are trying to encrypt or decrypt a file that uses encryption in excess of 128-bit and you do not have the correct policy files installed. Please look above in the "How to get" section to learn about installation of correct policy files.
Can I add more files to the already encrypted archive? No, sorry. At this point if you want to add more files you will have to decrypt your archive, add new files and re-encrypt with Enfomi (frankly I'd have to do this behind the scenes for you anyway).
Will compressing my files before encryption save space? No it will not! If you look in the features list, Enfomi already performs zip compression on all files before encrypting them. You will not gain any benefit by compressing your files beforehand.
My files over 1.4GB in size become unusable (Enfomi cannot decrypt them again). Update your version of Enfomi please. Since v1.3.1, Enfomi runs only on Java7 and later. This is a deliberate decision due to the shortcomings of Java 5 and 6.
- Extract the BC jar to current dir if temp fails. If both fail then give up.
- Create a headless version.