From: Shuaib Zahda Date: 2010-04-19T03:26:38+09:00 Subject: MD5 16 octet - how to compute? Hi there I am trying to compute the 16 octet MD5 hash. I looked in the digest/md5 and i could not figure it out. i used Digest::MD5.hexdigest(value) but this computes 32 if I am not mistaken. Any idea please? -- Posted via http://www.ruby-forum.com/.