Skip to content

danielfloresd/secure-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published