Skip to content

Cidom10/PasswordGenerator-Validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Password Generator/Validator


This is a small tool I made one night to ensure that I understand password validation and strength. This simple console script can either create a strong password for the user to keep or can validate an existing one.

The rules I followed for validation are:

  1. Atleast 8 characters long
  2. Atleast one uppercase and one lowercase letter
  3. Atleast one number
  4. Atleast one special character

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages