Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Geokeys thanks to hashcat
Post: Geokeys thanks to hashcat
I created an alternative to seed phrases to make ECDSA keys for crypto currencies rememberable, verbally transferable and recoverable.
https://github.com/oscar-davids/geokeytool
An essential part o... |
|
f1l1b0x |
General Talk
|
1 |
905 |
03-01-2020, 01:06 AM |
|
|
Thread: Geokeys thanks to hashcat
Post: RE: Geokeys thanks to hashcat
If someone has questions or suggestions I would be really happy about any type of feedback. |
|
f1l1b0x |
General Talk
|
1 |
905 |
03-25-2020, 12:14 PM |
|
|
Thread: precompute bcrypt hashes
Post: precompute bcrypt hashes
Hi
I have a case in which i want to precompute a set of bcrypt hashes with a high difficulty.
I tried a ton of cpu based implementations and it is not comparable with the cracking throughput o... |
|
f1l1b0x |
hashcat
|
13 |
3,090 |
01-22-2020, 02:11 PM |
|
|
Thread: precompute bcrypt hashes
Post: RE: precompute bcrypt hashes
Hi
I am totally aware of that. I am not trying to use a rainbow table but brute force a deterministic salt next to known password. I also am not trying to hack a traditional password database but use... |
|
f1l1b0x |
hashcat
|
13 |
3,090 |
01-22-2020, 09:47 PM |
|
|
Thread: precompute bcrypt hashes
Post: RE: precompute bcrypt hashes
cool thanks Ill reach out with PM |
|
f1l1b0x |
hashcat
|
13 |
3,090 |
01-23-2020, 02:39 AM |
|
|
Thread: precompute bcrypt hashes
Post: RE: precompute bcrypt hashes
Still looking for someone. Help would be really appreciated and ideally I find a freelancer already familiar with hashcat. |
|
f1l1b0x |
hashcat
|
13 |
3,090 |
01-30-2020, 03:19 AM |
|
|
Thread: precompute bcrypt hashes
Post: RE: precompute bcrypt hashes
I added a bounty for it on freelancer.com
https://www.freelancer.com/projects/opencl/Bcrypt-hash-generator-using-opencl/details
looking forward to work with one of you! |
|
f1l1b0x |
hashcat
|
13 |
3,090 |
01-31-2020, 11:27 PM |
|
|
Thread: precompute bcrypt hashes
Post: RE: precompute bcrypt hashes
Hi thanks for your interest!
low disk io is fine I know there is a maximum of 9 mio results and the average will be about 90000 results
also the heavy duty is in the bcrypt rounds since it will be a... |
|
f1l1b0x |
hashcat
|
13 |
3,090 |
02-01-2020, 12:02 AM |
|
|
Thread: precompute bcrypt hashes
Post: RE: precompute bcrypt hashes
Hi
I cant do it, I dont have the skills to do it. But thanks a ton for the recommendation this is most likely saving me a ton of time.
If someone wants to help me with it. Happy to send you more... |
|
f1l1b0x |
hashcat
|
13 |
3,090 |
02-01-2020, 12:17 PM |
|
|
Thread: precompute bcrypt hashes
Post: RE: precompute bcrypt hashes
Do you see a way to do it without the need of a modified kernel?
Thanks |
|
f1l1b0x |
hashcat
|
13 |
3,090 |
02-02-2020, 03:22 PM |
|
|
Thread: precompute bcrypt hashes
Post: RE: precompute bcrypt hashes
thanks will give it a try |
|
f1l1b0x |
hashcat
|
13 |
3,090 |
02-02-2020, 08:22 PM |
|
|
Thread: is bcrypt´s benchmark showing bcrypt itterations or bcrypt-hashes per second?
Post: is bcrypt´s benchmark showing bcrypt itterations ...
is bcrypt´s benchmark showing bcrypt itterations or bcrypt hashes per second?
If I run the benchmark it advertises:
sudo hashcat -w 4 -b -m 3200
[sudo] password for gpu-user:
hashcat (v4.0.... |
|
f1l1b0x |
hashcat
|
3 |
1,468 |
02-23-2020, 08:23 PM |
|
|
Thread: is bcrypt´s benchmark showing bcrypt itterations or bcrypt-hashes per second?
Post: RE: is bcrypt´s benchmark showing bcrypt itterati...
Ah thank you
brute forcing
?a?a?a?a?a?a?a?a
Speed.Dev.#1.....: 5 H/s (4.69ms)
results in the expected hashrate
how many concurrent tasks is it performing per GPU to reach that? |
|
f1l1b0x |
hashcat
|
3 |
1,468 |
02-23-2020, 09:27 PM |