Re: patch for encryption, strengthened key with salt.

2010-06-02 Thread Mosh
On Wed, Jun 2, 2010 at 1:52 PM, Bram Moolenaar wrote: > > Mohsin wrote: > >> >> >> Attaching patch7.zip encryption Key_strengthening >> >> >> >> >> >> Changes: >> >> >> 1 added 8 bytes salt to file header, >> >> >> 2. sha256_key takes password, salt, salt_len  (salt is binary, not >> >> >> null te

[patch] 7.3 for zOS/EBCDIC

2010-06-02 Thread Ralf Schandl
Hello, this is a patch to make vim compileable on zOS. Content: src/Makefile, src/configure.in, src/config.mk.in The command defined in the variable QUOTESED in the Makefile needs additional backslashes on zOS. QUOTESED is now set by configure in config.mk, depending on the OS.

Re: patch for encryption, strengthened key with salt.

2010-06-02 Thread Mosh
On Wed, Jun 2, 2010 at 12:44 PM, Richard Hartmann wrote: > On Mon, May 31, 2010 at 20:06, Mosh wrote: > > >> http://en.wikipedia.org/wiki/Key_strengthening > > >> The salt is a random number concatenated to the password to create a >> one time key. > > Everything else being equal, it makes (sligh

Re: patch for encryption, strengthened key with salt.

2010-06-02 Thread Bram Moolenaar
Mohsin wrote: > >> >> Attaching patch7.zip encryption Key_strengthening > >> >> > >> >> Changes: > >> >> 1 added 8 bytes salt to file header, > >> >> 2. sha256_key takes password, salt, salt_len (salt is binary, not > >> >> null terminated) > >> >> 3. sha256_seed also generates salt along with i

Re: patch for encryption, strengthened key with salt.

2010-06-02 Thread Richard Hartmann
On Mon, May 31, 2010 at 20:06, Mosh wrote: > http://en.wikipedia.org/wiki/Key_strengthening > The salt is a random number concatenated to the password to create a > one time key. Everything else being equal, it makes (slightly) more sense to prefix the salt, not to suffix it. Obviously, this

Re: Progress indicator for :TOhtml command

2010-06-02 Thread Benjamin Fritz
On Wed, Jun 2, 2010 at 8:55 AM, Ben Fritz wrote: > It appears I have > something in my Vim setup that slows things down enough, or redraws > the window, or something, that causes the status lines to appear when > normally they would not. > > Any ideas? I don't see anything suspicious in my usual B

Re: Progress indicator for :TOhtml command

2010-06-02 Thread Ben Fritz
On Jun 2, 8:43 am, Ben Fritz wrote: > On Jun 2, 3:13 am, "Christian Brabandt" wrote: > > > On Wed, June 2, 2010 1:04 am, Benjamin Fritz wrote: > > > - Added a second progress bar for the attributes processing (previously I > > > was > > >   doing this with a %d/%d printf). > > > I also removed

Re: Progress indicator for :TOhtml command

2010-06-02 Thread Ben Fritz
On Jun 2, 3:13 am, "Christian Brabandt" wrote: > On Wed, June 2, 2010 1:04 am, Benjamin Fritz wrote: > > - Added a second progress bar for the attributes processing (previously I > > was > >   doing this with a %d/%d printf). > > I also removed the "redrawstatus" commands. They did not seem to b