Skip to content

Files

Latest commit

3188d29 · Nov 1, 2021

History

History
14 lines (12 loc) · 463 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 463 Bytes

myPasswords

A simple password manager that requires the password as well as generated keys to protect your passwords.

Features

  • Store your passwords in an encrypted database.
  • 2 way protection.
  • Decrytion requires the keys generated during the creation of the database.
  • Add, Modify and Delete entries from one simple UI.
  • Manage entries into groups

Features that do not work (yet)

  • Update password.
  • Export to CSV file
  • About and Help section.