Post
Topic
Board Development & Technical Discussion
Re: Bounty offered to crack the seeds for NIST curves!
by
CrunchyF
on 03/11/2023, 15:50:25 UTC
I code a quick and dirty CUDA program  for sha1 mining.
The speed i observe is around 5 Giga hash (tries) / second on a RTX3090.
The big problem would be the way to generate the password candidate. (probably slower than the hash)
Have anyone think about it?
the solution with the linux pipe "|"
Code:
generator | ./cuda_hasher_sha1
would be the more convenient but i don't think than it can support such a speed