I have been working on this for hours, but I can\'t get it to work.
Basically I am developing a REST client in Java for a REST server in PHP. Both the client and the
if you use spring security framework , just do :
import org.springframework.security.authentication.encoding.* new Md5PasswordEncoder().encodePassword("myWord",null)
The same result as PHP::md5(). I confirm
PHP::md5()
See more examples