Is there a simple function available to return the md5 hash of a string and key? After searching through the Apple Docs and then on the Internet all night I finally found that OS X does have an md5 command and openssl installed already. However, is there a C header file or Apple function call that can return a value rather than having to mess with NSTask and NSPipe to get a value?