Skip to content

mgontav/rm-digest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RmDigest

Simple gem to provide MD5 and SHA1 digest functionality. It uses ObjC library, included in vendor directory

Installation

Add this line to your application's Gemfile:

gem 'rm-digest'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rm-digest

Usage

digestSHA1String = RmDigest::SHA1.hexdigest('some string')
digestMD51String = RmDigest::MD5.hexdigest('some string')

Gem provides byte based digests

digestSHA1Bytes = RmDigest::SHA1.digest('some string')
digestMD51Bytes = RmDigest::MD5.digest('some string')

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

MD5 and SHA1 digest for RubyMotion

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%