> Am 15.05.2020 um 22:31 schrieb Bram Moolenaar:
> > Patch 8.2.0762
> > Problem:    Buffer is not considered modified after setting crypt key.
> > Solution:   Set the modified flag. (Christian Brabandt, closes #6082)
> > Files:      src/optionstr.c, src/testdir/test_crypt.vim
> >
> >
> > *** ../vim-8.2.0761/src/optionstr.c 2020-04-17 19:41:16.100078313 +0200
> > --- src/optionstr.c 2020-05-15 22:28:34.399878939 +0200
> > ***************
> > *** 1157,1164 ****
> > --- 1157,1167 ----
> >
> >     if (STRCMP(curbuf->b_p_key, oldval) != 0)
> >         // Need to update the swapfile.
> > +   {
> >         ml_set_crypt_key(curbuf, oldval,
> >                           *curbuf->b_p_cm == NUL ? p_cm : curbuf->b_p_cm);
> > +       changed_internal();
> > +   }
> >        }
> 
> Does it really do a before-after comparison of the key?
> If so ... maybe ... will this make it easier to guess a key?
> Ie, just guess a key and then check 'modified'?

That only means the key is the same as before, not whether it's right or
wrong.  If someone would walk away from the keyboard then you can read
the text already, no need to guess the key, just do
":w !cat >/usr/me/public/secret.txt".
Or look at the sticky notes on the display for the password.
Yeah, encryption safety is not always related to the algorithm :-).

-- 
hundred-and-one symptoms of being an internet addict:
126. You brag to all of your friends about your date Saturday night...but
     you don't tell them it was only in a chat room.

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/202005181318.04IDITdS027491%40masaka.moolenaar.net.

Raspunde prin e-mail lui