Skip to content

ediomoeffiong/Password_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

This project generates random passwords following standard rules.

Each password generated must meet the following conditions:

  1. Contain at least one special character.
  2. Contain at least one number.
  3. Contain at least one lower case or upper case letter.
  4. The password size is typically 8 characters.

These four conditions ensure the password is unique and not found in password breaches.

Note that it won't generate the same password twice so ensure you save your password elsewhere till we include a save feature.

Contributions

To contribute to this project, send email to [email protected].

Future Updates

If there are future updates on this project, they might/should include the following features:

  1. Password save (logging).
  2. Check password strength.
  3. Password length option selector.
  4. Condition selector.
  5. Customize and Generate (Enter the SiteName, and Username/Email associated with the password).
  6. Pin generator.
  7. Password Validator

Project Link: https://github.com/ediomoeffiong/Password_Generator

Releases

No releases published

Packages

No packages published

Languages