Password Manager

Security first.

Screenshot One Screenshot Three Screenshot Three

Project Description:

Password Manager provides users with the ability to store passwords to accounts under a database saved by a central account.

It enables you to generate passwords with lengths specified in the options window. These passwords are randomly generated and contain digits and lettes so as to increase complexity.

Project Requirements:

The application had to be able to create and save entries that would be loaded from a file stored in the project folder.

The randomly generated passwords also had to be secure, thus there has to be a minimum password length limit for the randomly generated passwords setting.

Learning Points:

This project enabled me to learn more about Java Swing, namely using JTable to display information.