random password
807597Jan 11 2005 — edited Jan 12 2005Hi all
I need help in getting random password from a string.
String SPasswordAlphabet = // Allowed characters in password space
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789~!@#$%^&*()_+`-={}[]|:;,./<>?";
Given the above variable, I need to create a string password with randomised letter from it. The password min size must be 10 and the max size is 20.
Could any 1 kindly help me??