Hello,
I need to create a java application which generates random passwords.
I am half way through but what I can't accomplish is select only alphanumeric choices from the ascii table (meaning between 48 and 57 for digits and between 97 and 122 for letters).
Can someone please help?
I need to create a java application which generates random passwords.
I am half way through but what I can't accomplish is select only alphanumeric choices from the ascii table (meaning between 48 and 57 for digits and between 97 and 122 for letters).
Can someone please help?