[PHP] Re: JavaScript MD5()

2001-09-11 Thread Arve Bersvendsen
Nicolas Costes wrote in 00fd01c13a94$e3329b80$0100a8c0@p2333:">news:00fd01c13a94$e3329b80$0100a8c0@p2333: Hellorgh, all !!! Does anyone knows if there is a way to MD5-encode strings with JavaScript ? The algorithm is described in RFC 1321. URL:http://www.ietf.org/rfc/rfc1321.txt I use

Re: [PHP] Re: JavaScript MD5()

2001-09-11 Thread nayco
://nayco.free.fr - Original Message - From: Arve Bersvendsen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 11, 2001 9:54 AM Subject: [PHP] Re: JavaScript MD5() Nicolas Costes wrote in 00fd01c13a94$e3329b80$0100a8c0@p2333:">news:00fd01c13a94$e3329b80$0100a8

[PHP] Re: JavaScript MD5()

2001-09-11 Thread Arve Bersvendsen
Arve Bersvendsen wrote in [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: The algorithm is described in RFC 1321. URL:http://www.ietf.org/rfc/rfc1321.txt BTW: I found a Javascript-implementation of MD5. URL:http://pajhome.org.uk/crypt/md5/md5src.html -- Arve «The pessimist sees

[PHP] Re: JavaScript MD5()

2001-09-11 Thread _lallous
Yes, there is Md5() for javascript ;) http://pajhome.org.uk/crypt/md5/ I tried it and it works just fine! :) Nicolas Costes [EMAIL PROTECTED] wrote in message 00fd01c13a94$e3329b80$0100a8c0@p2333">news:00fd01c13a94$e3329b80$0100a8c0@p2333... Hellorgh, all !!! Does anyone knows if there is a