Page 1 of 1
What encryption used for passwords
Posted: 02 Sep 2008, 09:40
by jeroenk
Hello,
How can I check against the passwords stored in the Mantis database? I used standard MYSQL functions like md5(), but none seem to return the value found in the database. We use Mantis 1.07
Kind regards, Jeroen
Re: What encryption used for passwords
Posted: 12 Sep 2008, 11:35
by autra
It is md5
Re: What encryption used for passwords
Posted: 12 Sep 2008, 12:20
by jeroenk
autra wrote:It is md5
Can anyone please give me a code sample on how to recreate a MD5 encryption string from a password? When I use mysql's md5() method, I get a 64 caharacter string, while in the database I see 32 character strings. Ideally, I would do it in Java code though.
Re: What encryption used for passwords
Posted: 30 Sep 2008, 12:34
by Starcom
jeroenk wrote:autra wrote:It is md5
Can anyone please give me a code sample on how to recreate a MD5 encryption string from a password? When I use mysql's md5() method, I get a 64 caharacter string, while in the database I see 32 character strings. Ideally, I would do it in Java code though.
Take a look at:
http://scriptserver.mainframe8.com/md5.php
Google is your friend !