How to encrypt text file in Linux (VIM)
It is very easy to encrypt a text file in Linux, VIM text editor can be used to achieve it.. vim -x [file name]
[kartook@Nilas ~]$ vim -x kartook.txt
This will prompt us to enter encryption key (password)
Enter encryption key : ****** Enter same key [...]
