Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 215 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 215 Bytes

ZKCommonCrypto

This project is only contains CommonCrypto.

You can get md5 from file:

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

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