MD5 0.2.0

MD5 0.2.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jul 2016
SPMSupports SPM

Maintained by Elvis Nuñez.



MD5 0.2.0

MD5

A stripped down version of CryptoSwift that only gives you MD5, updated for Swift 2.2. @krzyzanowskim did all the work.

Usage

// This can be performance heavy, you probably want to use a background queue
let someData = NSData(...)
let md5 = someData.md5()
let hash = "hello".md5Hash()

Installation

MD5 is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'MD5'

License

See the LICENSE file for more info.