Today, 04:10 AM
Hi, I've been using 2x RTX 5090 to try and crack a bcrypt hash:
$2y$10$LWjMHNO4upqx3q9nRR9gPuH6PP53EQw1KiVQU/ekrw2Nodw6VL9vK
I've seen benchmark results for the RTX 5090 showing speeds of up to 294 kH/s, but when I try to crack my hash, I get these speeds:
- 9921 H/s
- 9848 H/s
Is this normal for a bcrypt hash with 1024 rounds? The drop from 294 kH/s to around 9900 H/s seems huge.
I know the benchmark uses $2y$05$ instead of $2y$10$, but even with that in mind, this still feels unusually low for an RTX 5090.
Would appreciate any insights!
$2y$10$LWjMHNO4upqx3q9nRR9gPuH6PP53EQw1KiVQU/ekrw2Nodw6VL9vK
I've seen benchmark results for the RTX 5090 showing speeds of up to 294 kH/s, but when I try to crack my hash, I get these speeds:
- 9921 H/s
- 9848 H/s
Is this normal for a bcrypt hash with 1024 rounds? The drop from 294 kH/s to around 9900 H/s seems huge.
I know the benchmark uses $2y$05$ instead of $2y$10$, but even with that in mind, this still feels unusually low for an RTX 5090.
Would appreciate any insights!