An application to simulate the secure login process. Containing a Create Account and Login page that stores user details on an online database using SQl, phpMyAdmin.I encrypt Passwords using jBCrypt.
-
JDBC Basics:
- Establishing a Connection connects you to your database.
- Setting Up Tables
- Retrieving and changing Values from Result Sets
- Sending queries and retrieving data from your database.
- Using Prepared Statements for dynamic queries.
-
How to instal and use jBCrypt.
- Use char array for the password to improve security
- In creating an account java condense the code to check the database that username isn't used, if so write in username and password
- place the action listener in a new class, passing on the values it requires.