Skip to content

A simple NSString Category to include on the fly MD5 generation

License

Notifications You must be signed in to change notification settings

Wixel/NSString-MD5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NSString+MD5 Category

This is a simple implementation of the MD5 algorithm on top of the NSString class.

Usage

  1. Copy the NSString+MD5.h and NSString+MD5.m files into your project
  2. Import the NSString+MD5.h file in your controller, classes etc
  3. Call the generateMD5 class method on NSString
NSString *hash = [[NSString alloc] generateMD5:@"your string goes here"];

Feel free to contribute!

About

A simple NSString Category to include on the fly MD5 generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published