Hi,
I am developing a piece of software which is not in any way being designed to hack into my schools proxy server using HTTP auth :P
At the moment I have got it to generate random passwords of a random length, however using this method it is sometimes repeating passwords and there is no logical order to follow. Is there any way to get my PHP app to generate passwords in sequence (I know the passwords contain letters a-z A-Z and numbers 0-9)
a -> A -> b ->B etc.
Then move on to
aa -> aA -> ab -> aB etc.
then
ba -> bA etc
or something like that as in it trys each possible character then adds another character to the string and loops.
Regards,
Sam Rudge
P.S. Never try to hack the admin password for your school proxy, it can get you in a lot of trouble lol :D
samarudge 16 Posting Whiz
ShawnCplus 456 Code Monkey Team Colleague
mschroeder 251 Bestower of Knowledge Team Colleague
samarudge 16 Posting Whiz
cwarn23 387 Occupation: Genius Team Colleague Featured Poster
samarudge 16 Posting Whiz
cwarn23 387 Occupation: Genius Team Colleague Featured Poster
samarudge 16 Posting Whiz
cwarn23 387 Occupation: Genius Team Colleague Featured Poster
Will Gresham 81 Master Poster
mschroeder 251 Bestower of Knowledge Team Colleague
Will Gresham 81 Master Poster
cwarn23 387 Occupation: Genius Team Colleague Featured Poster
mschroeder 251 Bestower of Knowledge Team Colleague
samarudge 16 Posting Whiz
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.