| It seems nearly everything on the internet requires a password these days. Ordinary 'words' are ok, but can be cracked with dictionary crackers. Adding numbers and upper case letters is better - but for the best password, you can't beat a random string of numbers and upper/lower case letters. This little ASP gadget will generate a random password for you, up to 64 characters long - but don't expect to be able to remember it! The number displayed beneath indicates the total of possible permutations for a password string of the length requested. |
|
<% Dim Randchar, strng, StrL
'Define the length of the password string
'Generate the password string
'Write the password string to the page - or remove and do whatever else you want to do with it! |
Home Linear Conversion Random Passwords Contact |