Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Number of Possible Passwords? filter_list
Author
Message
RE: Number of Possible Passwords? #2
The number of possible combinations of a given keyspace is x^y, where x is the length of the keyspace and y is the length of the desired output.

IE, in your keyspace, for 4 characters, there is 96^4 possibilities.

Research before you implement a program.


There are 93238349796903051837918452757470307165930029979252129792 possible passwords using those characters, with a length between 3 and 30. The program took less one fourth of a second to run, whereas I'm sure your program takes longer.

[+] 1 user Likes w00t's post
Reply





Messages In This Thread
RE: Number of Possible Passwords? - by w00t - 10-23-2012, 03:21 PM
RE: Number of Possible Passwords? - by w00t - 10-23-2012, 06:00 PM
RE: Number of Possible Passwords? - by Prestige - 10-23-2012, 03:33 PM
RE: Number of Possible Passwords? - by w00t - 10-23-2012, 07:16 PM
RE: Number of Possible Passwords? - by w00t - 10-24-2012, 12:58 AM
RE: Number of Possible Passwords? - by Crimson - 10-24-2012, 01:24 AM



Users browsing this thread: 1 Guest(s)