Skip to content

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

License

Notifications You must be signed in to change notification settings

IanClark-fullStack/passwordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published