-
Calculate string hash (MD5, SHA1, etc)
I was wondering if a md5 hashing tool has been ported to the iPhone/iPod touch. Any hash would be fine. What does Installer.app use?
Even if it's built in to the (toolchain) sdk, I would like to know how.
Thanks
-
-
I'm not sure, but even if there is nothing, you could easily find MD5 code on the web.
-
-
iPhone? More like MyPhone
Openssl
You can use hashing functions provided by openssl
-
-
OpenSSL has been removed from the iPhone SDK as of beta 7. You now must calculate MD5 with CommonCrypto. Here is an example: using CommonCrypto in an iPhone native app
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules