Skip to content

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

Notifications You must be signed in to change notification settings

ViniciusRomano/password-manager-aps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages