Skip to content

achyuthcodes30/PasswordManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PasswordManager

A command line based secure password manager with a master password to store passwords of various social media accounts in hashed form on a local PostgreSQL database, with features to update and delete accounts and passwords from it.

Prerequisites

  1. Python (install)
  2. PostgreSQL (install)

To run locally

  1. Clone this repository
git clone https://github.com/achyuthcodes30/PasswordManager.git
  1. Change directories to the project folder using 'cd' command.
  2. Create server and databases on PostgreSQL database using the pgadmin interface.
  3. Set the master password by running-
    python setmasterpassword.py
    
  4. Start storing, updating and removing passwords by running-
    python passwordmanager.py
    

About

A simple command line password manager built with python and PostgreSQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages