是 CryptoSwift 的简化版,仅提供 MD5,为 Swift 2.2 更新。所有工作由 @krzyzanowskim 完成。
// This can be performance heavy, you probably want to use a background queue
let someData = NSData(...)
let md5 = someData.md5()
let hash = "hello".md5Hash()
MD5 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中
pod 'MD5'
有关更多信息,请参阅 LICENSE 文件。