TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Jul 2016 |
SPMSupports SPM | ✗ |
Maintained by Elvis Nuñez.
A stripped down version of CryptoSwift that only gives you MD5, updated for Swift 2.2. @krzyzanowskim did all the work.
// 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 is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'MD5'
See the LICENSE file for more info.