AWFileHash icon indicating copy to clipboard operation
AWFileHash copied to clipboard

An Objective-C implementation of CRC32b checksum, MD5, SHA1 and SHA512 hash algorithms. Performs it chunked and consumes almost no memory while running, making it suitable to both OSX and iOS.

Results 3 AWFileHash issues
Sort by recently updated
recently updated
newest added

I have to calculate md5 hash of many files. Each file takes at least 1s because of intentional sleep(1). What's the purpose of the sleep since it's a major performance...

Add categories for NSString and NSData support, making it easier to use in production.

enhancement

Add support for the new PHAsset API.

enhancement