How to authenticate password stored in mysql database by taking input from jPasswordField in java?

114 Views Asked by At

I use a jPasswordField while taking input for password while users register. when the users login again i take the input by jPasswordField. the password gets stored in mysql database in encrypted format like [C@44f8e869 , [C@595d0d9c etc . how can i authenticate the password ? . is there a neccessity to decrpyt the password by retriving it from mysql database, if so how can i do it?

0

There are 0 best solutions below