GithubHelp home page GithubHelp logo

syscoas / md5digest Goto Github PK

View Code? Open in Web Editor NEW

This project forked from keith/md5digest

0.0 9.0 0.0 133 KB

An Objective-C NSString category for MD5 hex digests

License: MIT License

Groff 55.32% Objective-C 21.99% Ruby 22.69%

md5digest's Introduction

MD5Digest

This is an extremely simple NSString category that creates an MD5 digest from a given NSString. The logic to do this came straight from these StackOverflow questions so you can easily implement it on your own if you would like.

Usage

It's quite simple:

NSString *digest = [someString MD5Digest];

Installation

Using CocoaPods:

pod 'MD5Digest'

Otherwise just include NSString+MD5.{h,m} in your project.

Testing

I wrote a quick Ruby script to test that the digest produced by this class extension matched that produced by Ruby's built in methods (not that they couldn't mess up, it's just much less likely). Run it with ruby test.rb. If you change the name in the project to something else, in order to test it you'll have to change it in the Ruby script as well.

md5digest's People

Contributors

keith avatar

Watchers

UnsafePointer<T> avatar James Cloos avatar  avatar Thomas Kallevik avatar Kevin Wongtakei avatar  avatar Geir Ove Liknes avatar Lars Christian Eliassen avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.