NO

Author Topic: PasswordFinder  (Read 8291 times)

Jokaste

  • Guest
PasswordFinder
« on: May 18, 2019, 12:02:35 AM »
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 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.
« Last Edit: June 04, 2019, 09:01:58 PM by Jokaste »

Jokaste

  • Guest
Re: PasswordFinder
« Reply #1 on: May 20, 2019, 10:01:38 AM »
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
« Last Edit: June 04, 2019, 09:02:18 PM by Jokaste »

Jokaste

  • Guest
Re: PasswordFinder
« Reply #2 on: May 24, 2019, 01:52:51 PM »
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

  • Guest
Re: PasswordFinder
« Reply #3 on: May 29, 2019, 11:01:27 AM »
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.
« Last Edit: May 29, 2019, 11:03:51 AM by Jokaste »

Jokaste

  • Guest
Re: PasswordFinder
« Reply #4 on: May 30, 2019, 10:13:13 AM »
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.
« Last Edit: June 04, 2019, 09:00:16 PM by Jokaste »

Grincheux

  • Guest
Re: PasswordFinder
« Reply #5 on: September 03, 2019, 04:59:11 PM »
This version has been replaced with This one

My blog on this subject :