A Good and Strong Password Generator
Many dashboards that require a password to be assigned make a password generator available.
For those that don't, or if their generator is unsuitable for some reason, the generator further below may be used.
Password best practices recommendations by professionals vary. Generally, they agree that the best and strongest password for most online access is a long one with random characters.
This password generator is designed to provide exactly that type of password.
Password Generator
Provide characters to generate the password with. Type in the text box or use buttons below. (ASCII keyboard characters only).
Password length:
(password will appear here)
A password with random characters is a string of characters gathered randomly. The above software takes the characters you provide and assembles your password with them. Each character is selected with a good random-selection function and used to assemble your password one character at a time.
NOTE: No record of generated passwords is recorded on the server. All Ajax interactions are method POST so even your parameters are never recorded in server logs.
If possible, let the password be at least 20 characters long. The longer they are, the more uncrackable they are.
Have you considered a custom password generator for your website, or your app? Use the contact form to inquire about our engine.
(This content first appeared in Possibilities newsletter.)
Will Bontrager
Was this blog post helpful to you?
(anonymous form)
All information in WillMaster Blog articles is presented AS-IS.
We only suggest and recommend what we believe is of value. As remuneration for the time and research involved to provide quality links, we generally use affiliate links when we can. Whenever we link to something not our own, you should assume they are affiliate links or that we benefit in some way.
Recent Articles in the Library
Form Debugging Assistant is a handy tool. If you keep the JavaScript in a file on your server, it can be pulled into a web page whenever you need to debug a form.
The MakeSmallerCopyOfImage function can be placed into your PHP scripts. It is designed to make a copy of an image and reduce its size.
Making it easy for your site visitors to select content they probably will want to copy is a gesture of friendliness.
Create an HTML table from a CSV file.
An image can be given a degree of transparency with the CSS opacity property.
Finding Div's Top-Left Corner Position
The coordinates of any type of HTML element can be determined.
Once implemented, this system is a nice logger when occurrences of extra-important events on a web page need to be counted.

