|
|
Message-ID: <873678a.10427ba8.51d54fc0.3ec65@o2.pl>
Date: Thu, 04 Jul 2013 12:34:40 +0200
From: marcus.desto <marcus.desto@...pl>
To: john-dev@...ts.openwall.com
Subject: Re: OpenCL PBKDFv2 Kernel With Python
Hello,
well I got the up-to-date version of JtR from github.
I have found a generic pbkdf2-hmac-sha1 implementation in opencl (pbkdf2_hmac_sha1_kernel.cl).
One of its functions is
__kernel void pbkdf2_init(__global const pbkdf2_password *inbuffer,
__constant pbkdf2_salt *salt,
__global pbkdf2_state *state)
Does anyone of you has any idea, how I can access inbuffer of type pbkdf2_password from pyopencl?
Maybe there is some way to cast it, isn't it?
Thanks and regards,
Marcus
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.