lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sun, 6 Apr 2014 20:31:48 -0400
From: Bill Cox <waywardgeek@...il.com>
To: discussions@...sword-hashing.net
Subject: Re: [PHC] pufferfish

On Sun, Apr 6, 2014 at 6:30 PM, Jeremi Gosney <epixoip@...dshell.nl> wrote:
> On 4/6/2014 11:08 AM, Bill Cox wrote:
>> On Sun, Apr 6, 2014 at 10:56 AM, Jeremi Gosney <epixoip@...dshell.nl> wrote:
>>> Oops, sorry.  That should be:
>>>
>>> memmove (out, bytes, outlen/8);
>>>
>>> Not
>>>
>>> memmove (out, bytes, outlen);
>>
>> This looks good.  If you don't mind, I'll pass outlen*8 to pfkdf
>> instead of dividing by 8 on the return.  That will make outlen's
>> meaning match all the other entries.
>
>
> Sure, that works too.  Whatever's clever.

Pufferfish is clever.  I'm just the code monkey integrating it :-)

Bill

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ