FileMD5Hash
FileMD5Hash copied to clipboard
Library for computing MD5 hashes of files with small memory usage on iOS and OS X
I feel like there was one algorithm missing!
I love your class but in my app I need the raw MD5 hash of a file. Merge it if you think it can be useful!
Does anyone know why `4096` is used as the default chunk size for reading data? According to https://opensource.apple.com/source/CommonCrypto/CommonCrypto-36064/Source/Digest/sha1.c (via http://stackoverflow.com/a/5387310/1011953), SHA1 (and perhaps the other digests) is hardware accelerated if...
Cocoapod spec for 0.0.1 is pointing to a specific commit instead of a tag. For some reason (I guess a rebase and push forced) the commit has disappeared from the...
Hi, [FileHash md5HashOfFileAtPath:myPath] returns the hexadecimal representation of the digest. I would need the 16 bytes binary form, is there any way to get this? Reason? I need to apply...