[PHP] md5 on different platform

2001-08-04 Thread pierre-yves
Hello, excuse my ignorance on that field, but if I use md5 in a java server page (jsp), can I decrypt it in php ? Is the implemantation of md5 the same on both language ? py -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [PHP] md5 on different platform

2001-08-04 Thread Rasmus Lerdorf
> excuse my ignorance on that field, but if I use md5 in a java server page > (jsp), can I decrypt it > in php ? Is the implemantation of md5 the same on both language ? Sure, but you don't decrypt md5. You md5 again and compare the two md5's -Rasmus -- PHP General Mailing List (http://www.p

Re: [PHP] md5 on different platform

2001-08-04 Thread pierre-yves
;[EMAIL PROTECTED]> Sent: Saturday, August 04, 2001 10:03 PM Subject: Re: [PHP] md5 on different platform > > excuse my ignorance on that field, but if I use md5 in a java server page > > (jsp), can I decrypt it > > in php ? Is the implemantation of md5 the same on both language