C language > User contributions

PasswordFinder

(1/2) > >>

Jokaste:
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 lineIt is written in plain C and can be used on Windows 10.
The passwords are store into SQLITE database rather than Rainbow tables
It 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.

Jokaste:
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

Jokaste:
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.

Jokaste:
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.

Jokaste:
Download links
Binary
Source

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.

Navigation

[0] Message Index

[#] Next page

Go to full version