Search found 2 matches

by jeroenk
12 Sep 2008, 12:20
Forum: Help
Topic: What encryption used for passwords
Replies: 3
Views: 6386

Re: What encryption used for passwords

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.
by jeroenk
02 Sep 2008, 09:40
Forum: Help
Topic: What encryption used for passwords
Replies: 3
Views: 6386

What encryption used for passwords

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