About Store Forum Documentation Contact



Post Reply 
how to manage md5 with EE
Author Message
neo22 Offline
Member

Post: #1
how to manage md5 with EE
Hello,

I want to know if someone know and can explain me how to cript string into MD5.
My game will need to interact with a web site with MD5 passwords.

do i need a third part lib to do this?

sorry for my bad expression, i'm french
02-26-2011 01:57 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #2
RE: how to manage md5 with EE
Hi,

You can use this c++ md5 class in your project, works the same as the php md5 smile
http://www.zedwood.com/article/121/cpp-md5-function


~Dynad

There is always evil somewhere, you just have to look for it properly.
02-26-2011 09:51 PM
Visit this user's website Find all posts by this user Quote this message in a reply
neo22 Offline
Member

Post: #3
RE: how to manage md5 with EE
ok it work fine, thanks you!
(This post was last modified: 02-27-2011 09:16 AM by neo22.)
02-27-2011 09:16 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply