HI Guys I have Built a
Java Swing Application that Connects to a Database, I have Been Using Mysql But I have Changed to Oracle 11g and Now I am facing Problems authanticating user Log in from the Aplication. I have Hashed the Password using this Procedure:
I Insert into the Database from the Java Application Using the Query:
My Problem is that when the user Logs in Using the Correct Credentials the login fails. Initially While I was Using MYSQL I Used:
Am looking for the best way to authenticate user login from My swing App.