Dynamic Password Manager Using Java Swing GUI and MySQL
PasswordAppClip_Compressed.mp4
The Java Application consist of interactive user inserface to save and retrive password from database. The database does not consist any encription algorithm for security, all the data is stored in text format.
The project is divided into 3 parts
- creating MySQL database in local server
- creating Swing appliaction
- connect them together for full fledged password manager application