Guest User

Untitled

a guest
Jan 22nd, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. Boolean passwordRehashNeeded;
  2. BCrypt.CheckPassword(rawPassword, savedHash, out passwordRehashNeeded);
  3.  
  4. | Cost | Hashes/sec |
  5. | | i7-2700K@3.5GHz | 8xGTX TitanX |
  6. |------|-----------------|--------------|
  7. | 5 | 384.04 | 115,642.00 |
  8. | 6 | 192.02 | 57,821.00 |
  9. | 7 | 96.01 | 28,910.50 |
  10. | 8 | 48.00 | 14,455.25 |
  11. | 9 | 24.00 | 7,227.63 |
  12. | 10 | 12.00 | 3,613.81 |
  13. | 11 | 6.00 | 1,806.91 |
  14. | 12 | 3.00 | 903.45 |
  15. | 13 | 1.50 | 451.73 |
  16. | 14 | 0.75 | 225.86 |
  17. | 15 | 0.38 | 112.93 |
  18. | 16 | 0.19 | 56.47 |
  19.  
  20. | Cost | Time to crack |
  21. | | PCI-compliant password | Good password |
  22. |------|------------------------|-----------------|
  23. | 5 | 5 days | 29M years |
  24. | 6 | 10 days | 59M years |
  25. | 7 | 20 days | 117M years |
  26. | 8 | 40 days | 234M years |
  27. | 9 | 80 days | 469M years |
  28. | 10 | 160 days | 937M years |
  29. | 11 | 320 days | 1,875M years |
  30. | 12 | 641 days | 3,750M years |
  31. | 13 | 1,281 days | 7,499M years |
  32. | 14 | 2,562 days | 14,999M years |
  33. | 15 | 5,124 days | 29,998M years |
  34. | 16 | 10,249 days | 59,996M years |
Add Comment
Please, Sign In to add comment