Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 560 Bytes

File metadata and controls

19 lines (12 loc) · 560 Bytes

Password Manager

A simple password manager implemented in Python using Tkinter for the GUI and Fernet encryption for securing passwords.

Features

  • Encryption: Utilizes Fernet symmetric encryption to secure passwords before storing them.
  • User Interface: Provides a user-friendly Tkinter-based graphical interface.
  • Persistence: Saves encrypted passwords to a file for persistent storage.

Getting Started

Prerequisites

  • Python 3.x

  • Required Python packages can be installed using:

    pip install -r requirements.txt