VBMath.Randomize();
byte Numbers = (VBMath.Rnd() * 90) + 10;
string[] Adjectives = {
"Good",
"New",
"First",
"Last",
"Long",
"Great",
"Little",
"Own",
"Other",
"Old",
"Right",
"Big",
"High",
"Different",
"Small",
"Large",
"Next",
"Early",
"Young",
"Important",
"Few",
"Public",
"Bad",
"Same",
"Able"
};
string[] Nouns = {
"Times",
"People",
"Years",
"Ways",
"Days",
"Things",
"Men",
"Worlds",
"Lives",
"Hands",
"Parts",
"Children",
"Eyes",
"Women",
"Places",
"Works",
"Weeks",
"Cases",
"Points",
"Governments",
"Companies",
"Numbers",
"Groups",
"Problems",
"Facts"
};
string EasyPassword = Numbers.ToString + Adjectives(Conversion.Int(VBMath.Rnd() * Adjectives.Count)) + Nouns(Conversion.Int(VBMath.Rnd() * Nouns.Count));
Easy password generator
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment