Josh wrote:

> Another idea that I saw on the list was improving the encryption in
> vim and encrypting the swap file. The ideas that I have for this range
> from replacing the encryption function in vim with one that is more
> secure to adding support for an external library library to adding
> functions to modify the encryption support in the various scripting
> languages that vim has. Am i missing any details?

Main issue is that the current encryption is breakable.  We need a
stronger encryption, which is free to distribute.  We only need one new
method.

Using an external library creates an extra dependency.  It would be
easier to select an algorithm which we can include directly.  That also
means the code for it must be relatively short.

Encrypting the swap file is actually another item, although it's
related.  Goal is that the harddisk doesn't contain plain text.
Although virtual memory page swapping may still write something to disk
(most systems don't allow disabling this).

-- 
The early bird gets the worm. If you want something else for
breakfast, get up later.

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

Reply via email to