Skip to content

Timothy-Wesley/Tims-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tims-Password-Generator

Description

This project solves the security concern of weak passwords. Given that a user needs a new, secured password, they will be promted to determine certain character types required for the password and then a new random password will be generated.

The new password implements greater security to sensitive data and saves time for users.

The criteria that the password is able to meet are:

  1. the password is between 8 - 128 characters long, AND

  2. the password must have at least one of the following character types:
    *lowercase characters
    *uppercasse characters
    *special characters
    *numeric characters

The final product

https://timothy-wesley.github.io/password-generator/

picture of password generator
picture of completed password

Releases

No releases published

Packages

No packages published