Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 879 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 879 Bytes

Password Manager

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.

Generate & Save Password

Generate Password

Search Password

Search Password

The project is divided into 3 parts

  1. creating MySQL database in local server
  2. creating Swing appliaction
  3. connect them together for full fledged password manager application