Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 2.35 KB

README.md

File metadata and controls

58 lines (41 loc) · 2.35 KB

Secure Password Generator

Description

This project aims to implement a website that generates a random password base on the following user input:

  • Length of the password. Length must be between 8 a 128 characters
  • Uppercase selection: TRUE/FALSE
  • Lowercase selection: TRUE/FALSE
  • Numeric selection: TRUE/FALSE
  • Special character selection: TRUE/FALSE

The user should select at least one character type. Using the users input a random password is generated and displayed on the webpage.

The website was implemented using JavaScript, HTML and CSS.

-Special characters: !"#$%&'()*+,-./:;<=>?@[]^_`{|}~

List of Password Special Characters from the OWASP Foundation

Installation

Respository can be accessed at https://github.com/danielfloresd/secure-password-generator/. Source code direct download is located at https://github.com/danielfloresd/secure-password-generator/archive/refs/heads/main.zip

Usage

To view the website, please visit https://danielfloresd.github.io/secure-password-generator/

Credits

Started code provided by UofA bootcamp

License: MIT