/passwordGenerator

Randomized password generation, based on user selected preferences. Algorithm employs Fisher-Yates array to provide a quality shuffle.

Primary LanguageJavaScriptMIT LicenseMIT

passwordGenerator

Application developed to include only character values selected by the user. (Special characters, numbers, capitilied or lowercase values)

Link to Live Repo

[Password Generator] (https://ianclark-fullstack.github.io/passwordGenerator/)

Languages in Use

Simple vanilla JavaScript with a Fisher-Yates array algorithm to ensure a quality shuffle of characters before returning a randomized value to the user.

-- Starting with string values, using a spread operator and coverting back to a string. return as a slice equal to the users desired length.

In Action

image image image

License

MIT