Skip to content

This Python Password Manager is a simple and secure local password management tool.

Notifications You must be signed in to change notification settings

kartik2607/Secure-Password-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Password Manager

This Python Password Manager is a simple and secure local password management tool. It uses pbkdf2 to derive a 256-bit key from a MASTER PASSWORD and DEVICE SECRET, employing AES-256 encryption for storing and retrieving passwords. Designed for ease of use across Windows, Linux, and MacOS, the manager ensures your credentials are encrypted and safe.

Key Features:

  • Cross-Platform Compatibility: Works seamlessly on Windows, Linux, and MacOS.
  • Strong Encryption: Utilizes AES-256 encryption to keep your passwords secure.
  • Clipboard Integration: Quickly copy passwords to your clipboard using Pyperclip.
  • User-Friendly: Simple command-line interface for adding, retrieving, and generating passwords.

About

This Python Password Manager is a simple and secure local password management tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages