diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-16 22:32:54 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-16 22:32:54 +0200 |
commit | 40e6a71c6777242a254f1748766aa0e60764ebb3 (patch) | |
tree | 84774ebf0fd3986a456cebd716d847d4e8496a20 /runtime/doc/editing.txt | |
parent | 64486671c3fcc75698c57732c50865ad0573b3fe (diff) | |
download | vim-git-40e6a71c6777242a254f1748766aa0e60764ebb3.tar.gz |
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Diffstat (limited to 'runtime/doc/editing.txt')
-rw-r--r-- | runtime/doc/editing.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index 87e859f72..98d4d633e 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -1361,6 +1361,11 @@ the file is encrypted. To disable the encryption, reset the 'key' option to an empty value: > :set key= +You can use the 'cryptmethod' option to select the type of encryption. Do +this before writing the file. When reading an encrypted file it will be set +automatically to the method used when that file was written. You can change +'cryptmethod' before writing that file to change the method. + When reading a file that has been encrypted and this option is not empty, it will be used for decryption. If the value is empty, you will be prompted to enter the key. If you don't enter a key, the file is edited without being |