Skip to content

modio1/OpenSource-Pass-Lock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Open source password manager. Utilizes fernet symmetric encryption.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages