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

sha256 number support ? #2

Closed rockygsm closed 6 years ago

rockygsm commented 6 years ago

Hello i hope you are fine my old friend. do you plan add support sha256 8 digit may useful for many users.

bkerler commented 6 years ago

Can you please elaborate what you mean by 8 digit ?

Because any hex value lower 32 bytes can be used, and sha256 is supported as well.

rockygsm commented 6 years ago

Hello I mean 0 to 99999999 normal sha256. as i can see your implement is for hmac sha256.

On 07-Jan-2018, at 8:54 PM, Bjoern Kerler notifications@github.com wrote:

Can you please elaborate what you mean by 8 digit ?

Because any hex value lower 32 bytes can be used, and sha256 is supported as well.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

bkerler commented 6 years ago

Hi, I will consider add this, but for now this repo is meant for pbkdf2 only.

bkerler commented 6 years ago

Hashing of SHA1 and SHA256 was added as standalone.