Skip to content

rabjot18/PYTHON-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Simple Python Password Manager

This is a beginner-friendly Python project that allows you to securely store and retrieve passwords using symmetric encryption from the cryptography package. It runs entirely in the terminal and is a great way to practice file handling, encryption, and basic Python logic.


πŸ’‘ Features

  • Add a new password securely
  • View stored passwords after decrypting them
  • Uses Fernet encryption from the cryptography library
  • Stores data in a local passwords.txt file
  • Encryption key is stored separately in a key.key file
  • Simple terminal-based interaction

πŸ›  Requirements

Install cryptography (if not already installed):

pip3 install --break-system-packages cryptography

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages