Skip to content

Psych4-383/pythonPassProtect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

pythonPassProtect

pythonPassProtect is a really simple Python program to secure your passwords by replacing certain characters.

How to use?

pythonPassProtect when run, will ask if you want to store your encoded passowrd in a file called myPws.txt, which is already made in the directory. Next it asks for your password, which is inputted using getpass.getpass, so no one can see what you type. Then, if you had entered 1 in step 1, it will ask you for the username or related keyword for the password so that when you open myPws.txt you know which account the given password is for. Lastly, it will ask you to type or enter 1 to copy the password to your clipboard.

Contributing

Although, this is a very simple and small program, pull requests are welcome.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages