T TeeJayEm macrumors regular Original poster Mar 28, 2008 104 0 May 31, 2008 #1 Does anyone know how to get the md5 value of a string? I've read that people include "openssl/md5.h" but, apparently this isn't available in CocoaTouch. Thanks,
Does anyone know how to get the md5 value of a string? I've read that people include "openssl/md5.h" but, apparently this isn't available in CocoaTouch. Thanks,
Sbrocket macrumors 65816 Jun 3, 2007 1,250 0 /dev/null May 31, 2008 #2 http://discussions.apple.com/message.jspa?messageID=7146885
T TeeJayEm macrumors regular Original poster Mar 28, 2008 104 0 May 31, 2008 #3 Thanks, it works perfectly.