Password Manager

We deal with passwords everyday and it is very important to have a strong password now a days.
So here is the sample application created by me (Yeah! during boring time 😜) Hope you guys will like it!.

Initial Screen:-


This is the startup screen which allows you to enter environment and username of the credential after entering details click on Generate Password.

Password generated ;-
Here you are allowed to store generated password with username and environment details locally in desktop so that you can get it at any time.

It also allows you to change password format that gets generated so that you can make it even more complicated.

This application was developed using Java SE using NetBeans editor
You can find source code in git link

Happy Coding :)

Comments

Popular posts from this blog

Introduction to Deep Learning and Artificial Neural network.

Machine Learning - Work Flow

Functional Programming in JAVA