bkerler / opencl_brute

MD5,SHA1,SHA256,SHA512,HMAC,PBKDF2,SCrypt Bruteforcing tools using OpenCL (GPU, yay!) and Python
MIT License
163 stars 44 forks source link

Issue with HMAC-SHA512 of opencl #21

Open Mikedev967 opened 2 years ago

Mikedev967 commented 2 years ago

The output of "cl_sha512_hmac" function is not the same as python standard hashlib.sha512 function, there is an issue with "passwordlist" and "salt" parameters.

Any help would be appreciated.