A Man Said to the Universe
A man said to the universe:
“Sir, I exist!”
“However,” replied the universe,
“The fact has not created in me
“A sense of obligation.”
Stephen Crane (1871-1900)
MD5 and Cocoa
I must admit: I was pretty surprised to learn that the Cocoa API doesn’t contain a built-in MD5 hash class, it seems to contain damned near everything else under the sun.
Some Googling indicated that you simply just add libcrypto to your project and include openssl/evp.h. From there Bob’s yer uncle, obviously.
Except that I have no [...]