ccrypt is a utility for encrypting and decrypting files. It is based on the Rijndael cipher, which is the U.S. government's chosen candidate for the Advanced Encryption Standard . This cipher is believed to provide very strong security.
To install it run the following command:
- " sudo apt-get install ccrypt "
- " ccrypt filename "
To Decrypt run following command:
- " ccrypt -d filename "
he idea of encrypting files to secure your data using different encryption algorithm is getting very popular these days among the computer users.
ReplyDelete