|
|
Message-ID: <CABob6io-MNpStR9KNjq6ZoTE25zn9sYxsnU2oWtcdF=5N+HvZg@mail.gmail.com>
Date: Fri, 12 Jul 2013 02:20:21 +0200
From: Lukas Odzioba <lukas.odzioba@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: BUG in pbkdf2_hmac_sha1_unsplit_kernel.cl
2013/7/12 magnum <john.magnum@...hmail.com>:
> I'll try to find the problem but it might take some time. Lukas, can you spot the problem?
>>> from passlib.hash import pbkdf2_sha1
>>> hash = pbkdf2_sha1.encrypt("password", rounds=1, salt="123456789012345678901234")
>>> print hash
$pbkdf2$1$MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0$QYfWe18n7Cb43TSTaZyBlSRECQw
>>> print "QYfWe18n7Cb43TSTaZyBlSRECQw=".decode('base64').encode('hex')
4187d67b5f27ec26f8dd3493699c81952444090c
I'll take a look at code now.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.