Skip to content

pmehler/Password-Vault

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password-Vault

Secure Password Manager

**Please see Vault-Security-Writeup.pdf for a detailed description of the cryptographic features of the application.

Password-Vault was made with Pycryptodome and Tkinter to create a GUI that guides the user through the process of safely storing and retrieving passwords linked with their accounts.

The app relies on a strong master password chosen by the user. Error messages help guide the user through creating and retrieving passwords, and adding accounts. The app will lock after 3 login attempts.

Setup screen

The user must choose a “master” password for the application that has at least 12 characters, special characters, and numbers.

Alt text

Adding an account

Users can add their own existing password for an account, or have a strong one generated with random bytes (within the accepted ascii range).

Alt text

Retrieving a password

To retrieve a stored password, a user just has to search the user name and URL associated with that account. The password will be copied to the clipboard — never showing the plaintext of the password.

Alt text

Secure storage

Passwords are stored in a single encrypted binary file with no “formatting” that leaks information as to where one password starts and one ends. When a user wants to retrieve a password, only the specific block containing that password is decrypted, rather than the entire file. Below is an example of what an encrypted password file looks like.

Alt text

About

Secure Password Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%