ProgID: RndPswd() | Version: 0.3b | ||
---|---|---|---|
rand()
// PHP : Generate a random integer rand(): 1062924121, 1253238627, 100535563, 526558257 |
mt_rand()
// PHP : A better random value mt_rand(): 690457242
|
PlayCards()
// PHP : Deals a Deck of Cards ♥9, ♥5, ♠9, ♣5, ♦Q, ♠4, ♦3, ♦10, ♠A |
DisplayXDigitPIN
// x # Random Digits
|
DumbPasswords()
// PHP : Returns commanly used and bad passwords /*DO NOT USE THESE*/ shadow, baseball, teens, knight, dakota, slut, porno, paul
|
Zodiac()
// PHP : Picks a random Zodiac sign Leo ♌ | ||
RandomHEXColor()
// Random 6 HEX Digits (a Color) = 08ba26 Picks 6 random hex digits, perfect for colors. cb3d45 a9a187 798979 54e2f0 d1a491 ac2d3f 5f94bc b093bd 29ae4c 248f3c 4814b8 b51e6f 21b979 37f50a aeb353 dcbd35 416887 893d96 ed3073 b34439 917903 244bb6 | |||
SimplePasswordGenerator()
// Random 7 Character Password = 3abcIi5 1V9qXh5 BfyVM9S Tnj3Ju5 dNZoQvr 9oSla2j AsYnbBl tYqBt3Z Qe1AgSw Ofqxdxo KguhvkT 9oXqUK9 8GsMIX5 | |||
random_password()
// Random 8 Character Password = %1*caM!T (f7a^=9M l)XQxouR r8H9wlMn W+Xyo$re c7Jp=5?3 84bfDG=; ngae#14? *(9Kv8kG ;@o(kdOm d-xk7=5U k*ftRhEo mahX=glV | |||
generateStrongPassword()
// Random 9 Character Password = v2&bMFz6$ Notice the missing '0' and '1' from the data set? I wonder exactly random this could be? VR@7qDE3t w5*dNDz7r *pQ6KKCGR M7H?YvaCz F2nmCu2*2 3#vzx#GA7 dZ&ewD#2? S2Cnyq9!8 JhuWd7!jH ?EFMc54Dj SV4vqH&!e 64vA?wRgT | |||
KeyGen()
KeyGen(256) = 1cd272ca29e683e7c93354d4097ba36e2cf6f2aab9b42e25b55cfec9f2e8408c KeyGen(512) = c9fef653ae45a06047867bd695ccedf3efbbf53009cf9ab9b3763fa02aba4648 e8a17dd86ee3cfd2ed8960788d538e7bb5e2b79262388e1e08106830eed3f40d KeyGen(1024) = 230831afa3e49b3af78080c0df7e92208001a3f954ef8e5fde63312e3ef4d00f 209d115777bc0d64de2e715f6375f3d60c9675399978ac6e1dbac2cd8fb03d20 915ec032e942966554e69a1eedf074f4f5f89bdc4d4310aa9033fe4f2b3e609e f69618f6ea3a07f2d8ecd1d02761b028c65a0a6105be1524039e774e8b23ef7e |