/Login

Primary LanguageJava

Login

A simple login application built using Java, Swing, MySQL and JBCrypt

Allows a user to

  1. Login
  2. Create an account
  3. Change password
  4. Delete account

The username and password are stored in a MySQL database and the password is hashed and salted using JBCrypt.

Demo