The text of this article is not in this database — only its details are. Read it on the old site: Basic password finder in C#
11 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Basic password finder in C#
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Udaya kumarPosted Dec 17, 2014, 8:31 PM
Good article
Pavan RamamurthyPosted Sep 18, 2013, 1:24 AM
gud work ha........
Venkatesan JayakanthamPosted Aug 5, 2012, 10:45 PM
Very good article. Cheers, Venkatesan Prabu .J
chris milehamPosted Apr 6, 2010, 8:08 AM
Would you be able to send all output to a text file?
NickPosted Mar 3, 2010, 6:47 PM
How would you modify this to start using a predefined minimum length for character string? For example: If you know the password is no less than 5 characters in length, it is advantageous to skip having to generate all the different permutations of the character string up until it reaches 5 characters in length.
techmaniac jainPosted Oct 23, 2009, 1:54 PM
how can this article be helpful for finding password of excel file
c cPosted Jun 18, 2009, 6:35 PM
First off when I tried putting the program together myself I got an error, "An unhandled exception of type 'System.StackOverflowException' occurred in System.Drawing.dll". I thought that maybe I had done something wrong, but when I downloaded the premade project, I got the same error. Is there any way to make this run without this Exception? Why does this happen? Thanks