Javascript password generator
- To create randomised passwords with control over the specifics
- This tool can help with sites that have very specific requirements
- This project taught Javascript issues and extended my
If your README is long, add a table of contents to make it easy for users to find what they need.
Access to website at https://rschragger.github.io/BC03-02-Password-Generator/ and Javascript running is all that is required.
Github page at https://github.com/rschragger/BC03-02-Password-Generator
Simply press the Generate Password button and follow the prompts
The password will appear in the central box A "Copy Code" button will appear. Press this button to copy the password to your clipboard.
Google and many Javascript references in w3schools and MDN(Mozilla Dev Network) were used frequently to research topics and syntax used.
Password special characters have been obtained from (https://owasp.org/www-community/password-special-characters)
© Copyright Reeve Schragger 2022
- This returns the password into the interface
- There is a "Copy Code" button to ensure that the seletion of password characters is complete and fast