Skip to content

LimChihi/SwiftMD5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

LimChihiLimChihi
LimChihi
and
LimChihi
Apr 2, 2017
32af1e7 · Apr 2, 2017

History

5 Commits
Apr 1, 2017
Apr 2, 2017
Apr 1, 2017
Apr 1, 2017

Repository files navigation

SwiftMD5

SwiftMD5 is pure Swift tool to generate MD5 string.

It is small but powerful. It is just as fast as CryptoSwift ‘s MD5 tool. But This tool is smaller than CryptoSwift.

I found that a lot of method to generate MD5 string is Objective-C method. This part of code is fork from Kingfisher, and I upgrade it.

so you can use like this:

let str = "HelloWorld"
let md5 = str.md5

About

A simple powerful MD5 tool in pure Swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages