AES Crypt is a software that encrypts files using the Advanced Encryption Standard (AES). AES Crypt supports multiple operating systems such as Linux, Mac and Windows. Another advantage to this is that files encrypted on one platform are compatible with – and can be decrypted on other platforms.
If you have any questions about AES Crypt or experience any errors, feel free to ask about it on the discussion forum: http://forums.packetizer.com/viewforum.php?f=72
Let’s download the software using following link.

First of all, unzip the download file, then make the executable unzipped file and run the executed file to install the program.

You will see the following installation steps. Follow them to complete the installation process.




Now we can see the AES Crypt Option under Applications.

Encryption using AES Crypt
Select the file that you’d like to encrypt and open it with AES Crypt Application. There you will be prompted to set up the encryption passphrase. After entering the passphrase you just made, the file will automatically convert into a file with .aes extention. Remove the original file.


If you want to decrypt the encrypted file, reverse the process. Select the encrypted file and open it with AES Crypt. Then it will ask for the passphrase – enter it to automatically decrypt the encrypted file.
AES Crypt in Linux CLI
There are a few command options which can be seen by accessing the man page of “aescrypt”. We can encrypt using following command given file and where “p” lets us type the passphrase on a CLI. If you ignore the “p” option, you will be prompted to make a passphrase. Type the “ls” command to see the encrypted file with the .aes extension.


To decrypt or reverse the process, use the “d” option instead of using the “e” option. We can use option “p” to decide whether we want to enter the passphrase on a CLI or not.


Folder Encryption and Decryption
Enter the following set of commands to archive, compress and encrypt the folder named backup. For reference, we can get md5sum to make sure the file has not altered.

To revert the whole process enter the following set of commands accordingly.

NB:- When you encrypt the larger file, it is better to compress before encrypting else it may generate unnecessary complications when it reverts.
Reference
- AES Crypt
- Man pages for aescrypt.




















































































