- Edited
I know that in osTicket the password is stored (encrypted) in the column passwd in the table ost_staff. I'm writing a java web application where I need to check the password provided by the user with the passwd column, but I don't know how to encrypt the user password to check with the column. Does osTicket uses MD5 to store the password? If so, how would this code loke like? I'm using a raw MD5 in my Java code, but the generated passwords are diferente from the ones in the database.Thank you.MarcosPS: Cross-posted: http://stackoverflow.com/questions/26974385/checking-osticket-users-password-from-java-code