I am trying to authenticate a username and password using j_security_check with tomcat. The postgresql database holds the password encrypted and am not sure (at all) how to compare the plain text password to the encrypted database password.
Thanks in advance!