Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Database: Create And Login

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.

What I Learnt

  • 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.

What I can improve

  • 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.

About

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.Passwords are encrypted using jBCrypt.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages