ProgID: RndPswd() | Version: 0.3b | ||
---|---|---|---|
rand()
// PHP : Generate a random integer rand(): 902203793, 1389724785, 810156559, 629692595 |
mt_rand()
// PHP : A better random value mt_rand(): 890597044
|
PlayCards()
// PHP : Deals a Deck of Cards ♠10, ♦10, ♦A, ♦2, ♥2, ♠2, ♠7, ♠J, ♣J |
DisplayXDigitPIN
// x # Random Digits
|
DumbPasswords()
// PHP : Returns commanly used and bad passwords /*DO NOT USE THESE*/ letmein, 1234567, maggie, parker, shannon, lakers, enjoy, dennis
|
Zodiac()
// PHP : Picks a random Zodiac sign Sagittarius ♐ | ||
RandomHEXColor()
// Random 6 HEX Digits (a Color) = c66e6b Picks 6 random hex digits, perfect for colors. 412f96 ab58ff 78cc56 d75881 f2da43 1a289b b1a042 360003 533ecf bfc98c 66789a c0dbae de216d ba121d 28ec1d a1b26b 281a69 91e6ab 467afd c8ae5d a93d26 53594b | |||
SimplePasswordGenerator()
// Random 7 Character Password = wROxLwB ZYjSBXY bMtw6RE wWUsJNC rgjyDwx zmr2y2J 0hMN2lu InWUcfk B2e8gxa jWcnYgH zMMhs0G qQYaEng cNf4Vm6 | |||
random_password()
// Random 8 Character Password = rsB5Iblg S4_eNipa #+_zjiV8 &_xV#W2+ -4FA@dGs vH#:sbQ% HTJlKWLO O&8m4xo( 9me*qj:^ AYmn(Lgu BOpVJ?0g QiGbRIBN Y4.FhQCz | |||
generateStrongPassword()
// Random 9 Character Password = 8K!XZQ$z9 Notice the missing '0' and '1' from the data set? I wonder exactly random this could be? Tx3J?uWgs %Tj2CKh@b tq6*Uy#p5 #P!Q%dVg7 Kd!kRQz5x m8ffsm$S2 QJh@4Tt22 aST@G9nUn NuW8@P2dc #Qv9cN8h5 *DFFz6Ht4 rZCm6S#rt | |||
KeyGen()
KeyGen(256) = 655e1c66f71ee94d0a2a85f16b5c3f78294c081d9231a1790e15e73de9181d34 KeyGen(512) = 0a720e97a5d5798429a15b63ecb57e41224da741a96e016642e0e2a08865fdb0 d26c49776b78285dc18808e2c7fd6c9298a289d659dac4e51631cd05a4c79766 KeyGen(1024) = 1fb8793a9d9a405b00dfca29ed5ed774a67f19c517e48e8e7d4ab46100603789 26ea9b19ec406c8041c5fcf9983e338fff797864af3606274c51f596fa6e5117 f834b074b504377ff443913a72113b19cfb8fcc340038e7e67b4aac869e7efb3 82124e89a2cd0276c7116d4188763e5d0a3a588409c9db7722d49ab8679da53b |