Search found 1 match

by Starcom
30 Sep 2008, 12:34
Forum: Help
Topic: What encryption used for passwords
Replies: 3
Views: 6386

Re: What encryption used for passwords

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 ...