Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Password Generator

This code builds a password generator and validator with a simple menu system for users to access via the terminal.

Generator

Generating a password takes 3 arguments (total length, number of digits and number of symbols) and returns a secure jumbled up password of the given length with the correct number of symbols and digits.

Validator

Validating a password takes a password in the form of a string a returns a string depending on the quality of the password. For example, the password "1234" will return "Poor" while the password "f2%9~*6l&R}Osy16" will return "Excellent".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages