bwall

pwsafe-cracking Sneak Preview

Jul 16th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. Takes 2 arguments, the password safe location, and the dictionary file. When the dictionary file is - the dictionary is read from standard input. This is very helpful for massive word lists. Each hash requires Iterations + 1 SHA256 hashes to be performed. The hashes per second stated below is for the number of passwords tried, so 1219.51 means 2498775.99 SHA256s per second(1219.51 * 2049).
  2. bwall@remoteLinux:~/pwsafe-cracking/CrackPwSafe/bin/Release$ cat xaa2.txt | ./CrackPwSafe ../../../pwsafe.psafe3 -
  3. Salt: c58d351449d3b3ac4747600eedc64a01040f3d95699503b96eef531ab7dd0355
  4. Iterations: 2048
  5. Stored Hash: 89382757035aa248be4b61f3b39cd80794ce1e0a416dd8d4c17d0b1b44a47370
  6.  
  7. Hashes(1000) Per Second(0.82s): 1219.51
  8. Hashes(2000) Per Second(1.64s): 1219.51
  9. Hashes(3000) Per Second(2.46s): 1219.51
  10. Hashes(4000) Per Second(3.28s): 1219.51
  11. Hashes(5000) Per Second(4.09s): 1222.49
  12. Hashes(6000) Per Second(4.89s): 1226.99
  13. Hashes(7000) Per Second(5.7s): 1228.07
  14. Hashes(8000) Per Second(6.49s): 1232.67
  15. Hashes(9000) Per Second(7.3s): 1232.88
  16. Hashes(10000) Per Second(8.1s): 1234.57
  17. Hashes(11000) Per Second(8.9s): 1235.96
  18. Hashes(12000) Per Second(9.7s): 1237.11
  19. Hashes(13000) Per Second(10.5s): 1238.1
  20. Hashes(14000) Per Second(11.3s): 1238.94
  21. Hashes(15000) Per Second(12.1s): 1239.67
  22. Hashes(16000) Per Second(12.89s): 1241.27
  23. Hashes(17000) Per Second(13.7s): 1240.88
  24. Hashes(18000) Per Second(14.49s): 1242.24
Add Comment
Please, Sign In to add comment