Hello, I am trying to figure out why $md5->add("abc") does not give the same digest as
$value = pack('N*',(0x0061,0x0062,0x0063); $md5->add($value); I thought that passing characters to the 'add' method was the same as passing a stream of character byte representations. Any help would be great. Thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]