|
|
Message-ID: <CAF5391Jn9da+zNRSt-5d=pMuwweRvSLvdEVZ0SMS+TweTH_EPA@mail.gmail.com>
Date: Sun, 30 Mar 2014 02:35:16 +0100
From: "Joe ." <dy3afg9@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: pbkdf2-hmac-sha512 on GPU
Thankyou both,
However I am still receiving errors.
When running:
./john --format=grub-opencl -t
I get:
Build log: <program source>:219:16: warning: comparison of integers of
different signs: 'int' and 'unsigned int'
for (i = 0; i < keylen; i++)
~ ^ ~~~~~~
<program source>:258:11: warning: comparison of integers of different
signs: 'unsigned int' and 'int'
for(i=0;i<saltlen;i++)
~^~~~~~~~
<program source>:351:24: warning: comparison of integers of different
signs: 'int' and 'unsigned int'
for (round = 1; round < rounds; round++) {
~~~~~ ^ ~~~~~~
Benchmarking: grub-opencl, grub-opencl [PBKDF2-SHA512]... FAILED
(get_hash[0](0))
When I try it out with the test I provided here earlier, I get
Self test failed (get_hash[0](0))
It could well be my fault, so here's my exact process:
Download latest bleeding-jumbo (without modifying anything), Launch terminal
cd into /src
build macosx-x86-64-opencl
wait for completion, no errors,
then cd into /run.
Thanks,
Joe.
On Sun, Mar 30, 2014 at 2:03 AM, Lukas Odzioba <lukas.odzioba@...il.com>wrote:
> 2014-03-29 23:09 GMT+01:00 magnum <john.magnum@...hmail.com>:
> > I committed a fix for your problem, pull bleeding-jumbo now and it will
> work
> > fine.
>
> magnum, thank you very much for taking care of that!
>
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.