https://github.com/codegoalie/simple-hasher
Simple, reversible hashing algorithm for obscuring integers
https://github.com/codegoalie/simple-hasher
Last synced: 8 months ago
JSON representation
Simple, reversible hashing algorithm for obscuring integers
- Host: GitHub
- URL: https://github.com/codegoalie/simple-hasher
- Owner: codegoalie
- License: mit
- Created: 2012-04-17T05:31:00.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-08T23:51:28.000Z (almost 14 years ago)
- Last Synced: 2025-06-07T01:22:27.760Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple::Hasher
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'simple-hasher'
And then execute:
$ bundle
Or install it yourself as:
$ gem install simple-hasher
## Usage
TODO: Write usage instructions here
## 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