I am doing file uploading job.I want to generate SHA256 and CRC32 hash.Can anyone help me how shall I generate those hash.I want to get it working for ios.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
SHA256 is available in CommonCrypto. CRC32 is not a hash, it a Cyclic Redundancy Check. Example code:
NSLog output: macOut: <53f89cf6 7ebfbe56 89f1f76a 3843dfd1 09d68c5b a938dcd2 9a12004e 108260cb> |
|||||||||||
|
|
there are no apps which can generate Hash for ios This should work....its for Mac |
|||||||||||
|