Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 670 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 670 Bytes

Java Swing application for managing passwords

In order to save all my passwords without using a third-party software, I develop this application. A master password encrypt the file with AES256.

The following data can be stored for each website

  • Name
  • User
  • Password
  • Hint
  • Renew (to describe when it needs to be renewed)
  • Deprecated?

It's possible to import a CSV file generated by Dashlane or the Apple Password application.

An option to generate a PDF file is available. The file will contains only Name, User and Hint values.

Running MyPasswordManagerLauncher.jar is enough to run the program. By using this jar, the program will be updated automatically.