No installation process required.
This page is used to generate a password out of uppercase,lowercase, special characters and numbers.
First the page will prompt the user with a question asking how many characters they would like in their password, which must be between 8 and 128. next it will ask if youd like lowercase, uppercase, numbers or special charcters. It will then begin to generate the users password.
Generate Button: randomly generates the password according to if the user would like upper or lowercase letters, numbers, and special characters. Copy to Clipboard: Copies the password that is generated for the user.
https://github.com/DrBailey13/password https://drbailey13.github.io/password/index.html
https://www.youtube.com/channel/UCFbNIlppjAuEX4znoulh0Cw https://www.w3schools.com/ My classmates and TA's were also a big help in this process. https://getbootstrap.com/docs/3.4/
MIT License
Copyright (c) [2019] [DeVante Bailey]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.