A versatile JavaScript password generator
This generates pseudo-random sequences of letters, numbers, and/or symbols depending on choices.
Its purpose is to generate passwords that are difficult if not impossible for others to guess.
The drawback is that the passwords generated may be difficult to remember. It is possible to
limit which characters are allowed for the beginning of the password, and for the rest of the
password. However, only printable ASCII characters can be selected, no spaces, and subsets
of upper-case letters, lower-case letters, or digits cannot be separately selected.
A JavaScript text generator
This is similar to the password above, except that you specify the characters to choose from
in two text boxes. This way, non-ASCII characters can be included in the text (provided your
browser supports them), and repetitions can be used to affect probability.
If you have any questions, comments, or suggestions related to these tests,
e-mail me: mauvecloud at mauvecloud dot net