ViniciusRomano / password-manager-aps

A password manager written in python(2.7), developed using Advanced Encryption Standard (AES) and Secure Hash Algorithm (SHA-256).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A password manager written in python(2.7), developed using Advanced Encryption Standard (AES) and Secure Hash Algorithm (SHA-256).


Languages

Language:Python 100.0%