KevinZhouRafael / ZKCommonCrypto

This project is only contains CommonCrypto. You can get md5 from file: NSString *fileMd5 = [ZKCrypto fileMD5WithPath:@"filePath"];

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZKCommonCrypto

This project is only contains CommonCrypto.

You can get md5 from file:

NSString *fileMd5 = [ZKCrypto fileMD5WithPath:@"filePath"];

let fileMd5 = ZKCrypto.fileMD5(withPath: "filePath")

About

This project is only contains CommonCrypto. You can get md5 from file: NSString *fileMd5 = [ZKCrypto fileMD5WithPath:@"filePath"];

License:MIT License


Languages

Language:Objective-C 80.6%Language:Ruby 19.4%