How to use VIM to encrypt/Decrypt Files Open a new file though vim with-xoption followed by file name, it will ask you to enter the password twice to open a given file name with the encrypted text document. Make sure you have to remember the password to open the document. # vim -x...