Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 820 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 820 Bytes

Password manager software

A password manager written in python(2.7), developed using Advanced Encryption Standard (AES) and Secure Hash Algorithm (SHA-256). MongoDB is used for local data storage.

gif

This GIF was created with ttygif (repository link)

Installation

Install MongoDB:

MongoDB Installation

Clone repository:

$ git clone https://github.com/ViniciusRomano/password-manager-aps.git
$ cd password-manager-aps

Install requirements:

$ pip install -r requirements.txt

Run

Copy and paste the following line into a terminal window.

$ python main.py