Skip to content

Sahilll15/password-manager

Repository files navigation

password-manager

HI!,this is an basic java application for managing your passwords efficiently.and securly.

Tech used is java and mysql. The password are secured in the database using aes_encrypt and aes_decrypt function.

The app starts with the splash screen loading:-

Screenshot 2022-11-03 at 10 03 55 PM

The next page is the login page:- Here the user has to login in with the login credentials ,and if not already an user he need to signup

Screenshot 2022-11-03 at 10 04 11 PM

The signup page:-

Screenshot 2022-11-09 at 12 33 56 PM

After successfully logining inside the app the user reaches to the main page:-

Screenshot 2022-11-03 at 10 04 42 PM

The main page has the three features:- 1)Generating an password:-The password generating buttons Generates an very strong master password. 2)Encrypting:-for securing the password the user can encrypt and store the passwords. 3)Decryption:-after encrypting the password the user can decrypt the password while accessing the password.

Generating password:-

Screenshot 2022-11-03 at 10 04 51 PM

Encrypting password:-

Screenshot 2022-11-03 at 10 07 42 PM

Decrypting password:-

Screenshot 2022-11-03 at 10 07 54 PM

And the last button is for the Storing password thats the main feature of the application:- here the user can 1)Add 2)update 3)Delete 4)Reset 5)store 6)Exit Screenshot 2022-11-03 at 10 08 21 PM

About

This is an password manager in java with GUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages