Create a Password Protected Text File with vi and the Command Line
It’s easy to create a password protected text file by using the command line text editor ‘vi’. This is infinitely useful for privacy purposes, whether the protected file is for containing login details, various passwords, personal information, a private journal, or just about anything else that you want stored securely in a single password protected text file.
Vi is considered a bit advanced and has a fairly steep learning curve, but it is very powerful. Fortunately, if you’re looking to just encrypt a text document though, vi can be reasonably simple enough and we’ll cover some basic vi/vim commands to get you started with it for this purpose.
Read more »