Skip to content

EmileGreyling/Password-Generator-In-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Password Generator In Python

Passwords provide the first line of defense against unauthorized access to your computer and personal information

The stronger your password, the more protected your computer will be from hackers and malicious software. You should maintain strong passwords for all accounts on your computer.

Characteristics of a strong password

  • At least 8 characters in length
  • A mixture of both uppercase and lowercase letters.
  • A mixture of letters and numbers.
  • Inclusion of at least one special character

Examples of secure passwords

  • whitetelephone80{
  • orangegoat79(
  • redpython30`
  • {?8,gGNo
  • |s5?b}Ij
  • dG~2=Xnizm0S

There is no need to spend your whole day trying to come up with secure passwords! These python programs do it for you!

About

This Program makes keeping your account passwords secure very easy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages