In this tutz, I will discuss how to easily and quickly encrypt and decrypt files using very simple commands on Ubuntu First install ccrypt on Ubuntu using this command: sudo apt-get install ccrypt For Debian, run these commands: su - apt-get install ccrypt To encrypt a file, cd to its…
