0

I have tried looking for the solution. But i was unable to find any. I am trying to produce all possible combinations using the Membership.GeneratePassword(int length, int numberofnonalphanumericcharacters) function.

Now, i want that for the length of the password, it creates all possible combinations. Thanks.

  • 1
    probably you look for the Brute-Force Algorithm implementation, http://stackoverflow.com/questions/4463379/parallel-brute-force-algorithm might help. Membership.GeneratePassword just generate one string password not all possible combinations, it`s like Guid.NewGuid() nothing more that that. – Vladimir Apr 11 '16 at 10:03
  • Thanks for the reply. Though i would still prefer some easier way rather than getting into brute force :( . – Usman Ashraf Apr 11 '16 at 13:49

0 Answers0