Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/topfunky/ruby-hmac
An implementation of the HMAC authentication code in Ruby, originally from Daiki Ueno
https://github.com/topfunky/ruby-hmac
Last synced: 11 days ago
JSON representation
An implementation of the HMAC authentication code in Ruby, originally from Daiki Ueno
- Host: GitHub
- URL: https://github.com/topfunky/ruby-hmac
- Owner: topfunky
- Created: 2008-05-19T18:22:34.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2012-04-26T19:23:42.000Z (over 12 years ago)
- Last Synced: 2024-04-15T14:13:25.624Z (7 months ago)
- Language: Ruby
- Homepage: http://gemcutter.org/gems/ruby-hmac
- Size: 125 KB
- Stars: 40
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
IMPORTANT: USE OpenSSL INSTEAD!
================================
The HMAC functionality included with OpenSSL is available from Ruby and is much faster. It's recommended that you use OpenSSL instead of this library.
See the blog post on [OpenSSL vs. Ruby HMAC Benchmarks](http://blog.nathanielbibler.com/post/63031273/openssl-hmac-vs-ruby-hmac-benchmarks).ruby-hmac
=========* http://ruby-hmac.rubyforge.org