![]() | |||||||
Random Passwords Got a tad bored today, so wrote a function for random passwords. Maybe it will help someone. :tu: PHP Code: |
PHP Code: Added an extra shuffle after each character, so you can get repeated characters too. (I prefer it that way). Added MiXeD case option Fixed the length ($i = 0; $i <=$numchars) part. |
Both good, but heres a function I made a while ago and have been using, it may not be as customizable, but the passwords are very difficult to guess: PHP Code: |
i had to go for the smallest one :) PHP Code: creates random string of A–Z, a–z, and 0–9 of max of 42ish chars |
lol protection much...base64 and md5 encryption lol |
Not very secure, if you knew say what time roughly they made it, and how long, it could easily be cracked. Dan |
If you know exactly what second after Unix Epoch they made that password, then yes... you could guess it... Unless we add a little bit of salt :) PHP Code: That should be a little trickier. |
| All times are GMT -7. The time now is 10:13 PM. |
Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0