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
  • 3636
  • 47094
  • 580832
  • 6398978
  • 74505792
  • 834111348
  • 9552799738
  • 109761119029
  • 1162473262750
  • 12255422062631
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()  
  • 20/5
    f4bd
    9ea42
    6ce60
    a577e
    ee791
    f38df
    eb94f
    d35f4
    db3a2
    c00d9
    d610e
    edfcc
    7056d
    860f1
    c1d6f
    76dce
    64-bit WEP Keys
  • 128/13
    7d0adf157396
    c5396618cb13e
    10f4824d60b8c
    14a30332b1eea
    67691347b9d91
    d7c81c8d026b0
    296f857f88ec2
    8867e740fe736
    128-bit WEP Keys
  • 256/16
    e31ea5e6
    9d29fd997190c671
    06b2e3f45e0fb824
    49796dad32586344
    b32e6ab0daf5a
    70cfe11d16e9a
    654cc6f9e9ac1
    76182717b1022
    152-bit WEP Keys
  • 256/29
    >4e743fc830d438
    4c6318237144e59986e07564086bc
    256-bit WEP Keys
    7bc55a1aeddf4395c4a6a952a90fe
    7e16fdfaee61945b49e65868dbe94
    c5481bcb1165b21c3b6fbd9980610
KeyGen(128) = 05353df6b4c04738055adcb6036e0d0c
KeyGen(256) = 1cd272ca29e683e7c93354d4097ba36e2cf6f2aab9b42e25b55cfec9f2e8408c
KeyGen(512) = c9fef653ae45a06047867bd695ccedf3efbbf53009cf9ab9b3763fa02aba4648 e8a17dd86ee3cfd2ed8960788d538e7bb5e2b79262388e1e08106830eed3f40d
KeyGen(1024) =
230831afa3e49b3af78080c0df7e92208001a3f954ef8e5fde63312e3ef4d00f 209d115777bc0d64de2e715f6375f3d60c9675399978ac6e1dbac2cd8fb03d20 915ec032e942966554e69a1eedf074f4f5f89bdc4d4310aa9033fe4f2b3e609e f69618f6ea3a07f2d8ecd1d02761b028c65a0a6105be1524039e774e8b23ef7e
The 3nd
© 2016, by me