Re: [PHP] md5 php vs. md5 perl

2002-06-16 Thread John S. Huggins
On Sun, 16 Jun 2002, Danny Kruitbosch wrote: >-Hi, >- >-I'm trying to rewrite a perl finction to php. The function uses Digest::MD5. >- >-PHP md5() returns a 32 char hex number. The perl Digest::MD5 function >-returns a 16 char (ascii??) string. Can I also get this from PHP? If so >-how do I do

[PHP] md5 php vs. md5 perl

2002-06-16 Thread Danny Kruitbosch
Hi, I'm trying to rewrite a perl finction to php. The function uses Digest::MD5. PHP md5() returns a 32 char hex number. The perl Digest::MD5 function returns a 16 char (ascii??) string. Can I also get this from PHP? If so how do I do that? My ultimate goal is to have compatible PHP/Perl func