Re: [PHP-DEV] crypt_blowfish salt padding

2016-03-28 Thread Solar Designer
Hi Pierre, On Mon, Mar 28, 2016 at 02:22:13PM +0700, Pierre Joye wrote: > On Sun, Mar 27, 2016 at 10:16 PM, Solar Designer wrote: > > $ git show 03315d9625dc87515f1dfbf1cc7d53c4451b5ec9 | fgrep -i hack > > + if (tmp == '$') break; /* PHP hack */ \ > > + while (dptr < end) /* PHP hack

Re: [PHP-DEV] crypt_blowfish salt padding

2016-03-28 Thread Pierre Joye
Hi Alexander, On Sun, Mar 27, 2016 at 10:16 PM, Solar Designer wrote: > Hi, > > This commit: > > commit 03315d9625dc87515f1dfbf1cc7d53c4451b5ec9 > Author: Pierre Joye > Date: Mon Jul 18 21:26:29 2011 + > > - update blowfish to 1.2 (Solar Designer) > > documented this hack: > > $ git sh