Cryptography has many areas. However, for the 5 most famous topics, there are Symmetric Encryption, Asymmetric Encryption, Hybrid Encryption, Password-based Encryption – which is also called PBE- and Clocked Encryption. To give further information about those types of encryption with wise known examples, for symmetric, there are AES, Twofish, Triple-DES; for asymmetric, there are RSA, ElGamal; for Hashes, there are SHA, Whirlpol; for Password to Key derivation, there are PBKDF2.
With those kind of Cryptography, we usually utilize those algorithms to encrypt the files. For the world-wide known file encryption types, there are OpenPGP, ZIP, and CrococryptFile. While OpenPGP has disadvantage that it only can encrypt single files with weak defaults, ZIP can encrypt multiple files with multiple directories. But, ZIP file also have disadvantage, which can’t encrypt file headers such as date, file sizes, number of files, and file names. CrococryptFile, however, can encrypt multiple files with various directories and encrypt file headers with secure key derivation and strong defaults.
In order to use Crococryptfile to encode your data, you first have to make sure that there is JAVA in your computer. If there is no JAVA, then you have to download JAVA app file from official java website for free. Then, when JAVA file is successfully installed, you have to download Crococryptfile Installation File from sourceforge.com. When that file downloaded, then open file and finish installation. After those two file has downloaded completely, you can encrypt any file in your computer easily by just clicking right button on your mouse and choose “Encrypt via Crococryptfile”.