PyCredentialVault is a secure and efficient password manager designed for terminal use. Built in Python, it offers a robust solution for managing and safeguarding your credentials.
Note: Project was initially created for a university course assignment, then expanded upon to support encryption.
- Terminal Interface: Operates seamlessly within a terminal environment for quick and efficient access.
- Encryption: Protect Passwords using a master password.
- Password Management: Easily add view credentials.
- Clone repo
git clone https://github.com/patrickmfsd/PyCredentialVault.git
- Navigate to PyCredentialVault folder
cd PyCredentialVault
- Install the required dependencies.
pip install -r dependencies.txt
Navigate to .venv cd .venv
and run python main.py
.