Skip to content

A password manager that utilizes PostgreSQL, AES Encryption, and PBKDF2 to create a simple and secure password storage and retrieval system.

Notifications You must be signed in to change notification settings

BKPrograms/sql-password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sql-password-manager

Description:

This is a secure username and password manager that stores salted and hashed passwords in a PostgreSQL database. The encryption used relies on the PBKDF2 Key Derivation algorithm that is derived from a master password of your choice.

Note:

Hash your master password of choice and store it's SHA256 hash in the config.py file. Next, once you've setup your PostgreSQL database fill in the necessary information in config.py as specified.