For symmetic encryption, you can use the following:
To encrypt:
openssl aes-256-cbc -salt -a -e -in plaintext.txt -out encrypted.txt
To decrypt:
| " vim.rc by Thomas Steinholz | |
| " ------------------------------------------------------------------------------ | |
| " ViM! | |
| " <Leader> : Space Key | |
| " F2 : Toggle Paste Mode | |
| " F3 : Undo Tree | |
| " F4 : Toggle Spell Check | |
| " F8 : New Tab | |
| " F9 : Previous Tab | |
| " F10 : Next Tab |