Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 893 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 893 Bytes

PyCredentialVault

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.

Features

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

Installation

  1. Clone repo
git clone https://github.com/patrickmfsd/PyCredentialVault.git
  1. Navigate to PyCredentialVault folder
cd PyCredentialVault
  1. Install the required dependencies.
pip install -r dependencies.txt

Usage

Navigate to .venv cd .venv and run python main.py.