Skip to content

This is a terminal based password manager built in python.

Notifications You must be signed in to change notification settings

S0L0GUY/Python-Password-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Python-Password-Manager

This is a simple password manager created by Evan Grinnell. It encrypts passwords using AES encryption and allows for decryption with a user-provided key.

Installation

Before running the project, ensure you have pycryptodome installed. You can install it using pip: pip install pycryptodome

Functionality

Encryption and Decryption

The password manager encrypts passwords using AES encryption and stores them in encrypted_passwords.json. Decryption requires the decryption key that you set during usage.

Password Management

You can add new passwords, view a list of all stored passwords (after decryption), and quit while saving changes.

Author

Evan Grinnell

License

This project is open-source and free to use, modify, and distribute without any specific license.

About

This is a terminal based password manager built in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages