PasswordFinder is a tool permitting to:
- Generate passwords (1)
- Create password form a starting point (From A to B)
- Insert passwords manualy
- Find a password giving its hash form
- Import a text file with one one password per line
It is written in plain C and can be used on Windows 10.The passwords are store into SQLITE database rather than Rainbow tablesIt offers 31 different algorithms, using the SAPHIR project library.I know that the program is not perfect and can be improved.I made a lot of tests but all the bugs are not found,I expect to find testers.
Updated:
- Added better thread management, threads are now running in background.
- When generating passwords, the dialog boxes are modeless.
- Corrected a bug for Reparse function. The children counters were never set to 0 when changing level into a loop.
The biggest alphabet (131 characters) gives the following possibilities :
Combine Length
131 1
17 161 2
2 248 091 3
294 499 921 4
38 579 489 651 5
5 053 913 144 281 6
662 062 621 900 811 7
86 730 203 469 006 300 8
11 361 656 654 439 800 000 9
1 488 377 021 731 620 000 000 10
194 977 389 846 842 000 000 000 11
25 542 038 069 936 300 000 000 000 12
3 346 006 987 161 650 000 000 000 000 13
438 326 915 318 176 000 000 000 000 000 14
57 420 825 906 681 100 000 000 000 000 000 15
7 522 128 193 775 220 000 000 000 000 000 000 16
One major bug corrected.
Added
- MD5(SHA($$$$$))
- SHA1(MD5($$$$$))
- SHA1(SHA1($$$$$))
Now, repetitions of 3 characters are rejected. This is for keeping human size databases.
I am preparing a big update, so the two links below are not valid.
In the update there will be a better synchronization between threads.
Many tests done and many bugs killed! :P
Wait again one or two days.
Download links
Binary (http://www.mediafire.com/file/jle27urh39wnvey/PasswordFinder-Bin.7z/file)
Source (http://www.mediafire.com/file/cyql1y56zllxn4j/PasswordFinder-Src.7z/file)
PasswordFinder has been tested under Windows 7 Pro and Windows 10 Home Edition.
Removed ReStart option.
Improved : Generate Passwords
Now I consider the program is Finished.
This version has been replaced with This one (http://www.mediafire.com/file/ve03zsun7e7p0rh/MD5FinderV2_-_Src.7z/file)
My blog on this subject :
(https://www.mediafire.com/convkey/0ec1/i6w28bag5yx5cz26g.jpg) (https://md5finder.blogspot.com/2019/08/md5finder.html)