view src/testdir/test71a.in @ 6122:18ac55444b37 v7.4.399

updated for version 7.4.399 Problem: Encryption implementation is messy. Blowfish encryption has a weakness. Solution: Refactor the encryption, store the state in an allocated struct instead of using a save/restore mechanism. Introduce the "blowfish2" method, which does not have the weakness and encrypts the whole undo file. (largely by David Leadbeater)
author Bram Moolenaar <bram@vim.org>
date Sun, 10 Aug 2014 13:38:34 +0200
parents d6ceddc0be86
children
line wrap: on
line source


start of text
01234567890123456789012345678901234567
line 2  foo bar blah
line 3 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
end of text

start of cm=zip bytes
VimCrypt~01!lV'}MgVE#32U
end of cm=zip bytes

start of cm=blowfish bytes
VimCrypt~02!k)#S=#MJAͥM!

end of cm=blowfish bytes

start of cm=blowfish2 bytes
VimCrypt~03!N;^C).FS6[T˧ؾ92Q@ߚIv.`$%
end of cm=blowfish2 bytes