https://github.com/caiges/Ruby-RC4
Implementation of the RC4 algorithm.
https://github.com/caiges/Ruby-RC4
Keywords from Contributors
pdf-generator prawn
Last synced: about 11 hours ago
JSON representation
Repository metadata
Implementation of the RC4 algorithm.
- Host: GitHub
- URL: https://github.com/caiges/Ruby-RC4
- Owner: caiges
- License: mit
- Archived: true
- Created: 2011-07-19T22:07:53.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T09:42:20.000Z (over 8 years ago)
- Last Synced: 2025-12-01T13:41:53.776Z (11 days ago)
- Language: Ruby
- Homepage:
- Size: 13.7 KB
- Stars: 19
- Watchers: 3
- Forks: 8
- Open Issues: 5
- Releases: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
README.md
RC4
RC4 is a pure Ruby implementation of the RC4 algorithm.
Install
Just install the gem:
gem install ruby-rc4
Or add it to your Gemfile:
gem 'ruby-rc4'
Usage
First require the gem:
require 'rc4'
To encrypt:
key = "nuff rspec"
enc = RC4.new(key)
encrypted = enc.encrypt("super-cool-test")
To decrypt:
dec = RC4.new(key)
decrypted = dec.decrypt(encrypted)
Since encrypt method is used for encryption and decryption, decrypt is
just an alias to encrypt in order to make the usage more intuitive.
Note
The original algorithm implementation in Ruby by Max Prokopiev.
Aleksandar Simic then modified it to include a test suite and gem
packaged it using gem-this.
I switched the project to use rspec2 and I am now the project's primary maintainer.
License
Ruby-RC4 is released under the MIT license.
Contributors
(Please let me know if I missed anyone)
Owner metadata
- Name: Caige Nichols
- Login: caiges
- Email:
- Kind: user
- Description:
- Website: http://caiges.github.io
- Location: Why you looking for me?
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/7320?v=4
- Repositories: 128
- Last ynced at: 2024-04-24T03:58:36.454Z
- Profile URL: https://github.com/caiges
GitHub Events
Total
Last Year
Committers metadata
Last synced: 7 days ago
Total Commits: 19
Total Committers: 4
Avg Commits per committer: 4.75
Development Distribution Score (DDS): 0.474
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| caiges | c****n@g****m | 10 |
| James Healy | j****y@d****m | 6 |
| Max Prokopiev | me@m****m | 2 |
| Thomas Leitner | t****r@g****t | 1 |
Committer domains:
- gmx.at: 1
- maxprokopiev.com: 1
- deefa.com: 1
Issue and Pull Request metadata
Last synced: 6 days ago
Total issues: 10
Total pull requests: 5
Average time to close issues: about 1 month
Average time to close pull requests: about 1 month
Total issue authors: 6
Total pull request authors: 4
Average comments per issue: 1.3
Average comments per pull request: 1.6
Merged pull request: 4
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- maxprokopiev (3)
- boutil (3)
- askuratovsky (1)
- exocode (1)
- yob (1)
- gettalong (1)
Top Pull Request Authors
- yob (2)
- gettalong (1)
- snow (1)
- maxprokopiev (1)
Top Issue Labels
Top Pull Request Labels
Package metadata
- Total packages: 2
-
Total downloads:
- rubygems: 206,621,261 total
- Total docker downloads: 115,703,110
- Total dependent packages: 13 (may contain duplicates)
- Total dependent repositories: 3,855 (may contain duplicates)
- Total versions: 10
- Total maintainers: 1
gem.coop: ruby-rc4
RubyRC4 is a pure Ruby implementation of the RC4 algorithm.
- Homepage: http://www.caigenichols.com/
- Documentation: http://www.rubydoc.info/gems/ruby-rc4/
- Licenses: mit
- Latest release: 0.1.5 (published almost 14 years ago)
- Last Synced: 2025-12-08T23:01:28.306Z (3 days ago)
- Versions: 5
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 103,276,099 Total
- Docker Downloads: 57,851,555
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.21%
- Downloads: 0.24%
- Docker downloads count: 0.601%
- Maintainers (1)
rubygems.org: ruby-rc4
RubyRC4 is a pure Ruby implementation of the RC4 algorithm.
- Homepage: http://www.caigenichols.com/
- Documentation: http://www.rubydoc.info/gems/ruby-rc4/
- Licenses: mit
- Latest release: 0.1.5 (published almost 14 years ago)
- Last Synced: 2025-12-09T19:02:42.768Z (3 days ago)
- Versions: 5
- Dependent Packages: 13
- Dependent Repositories: 3,855
- Downloads: 103,345,162 Total
- Docker Downloads: 57,851,555
-
Rankings:
- Downloads: 0.282%
- Dependent repos count: 0.508%
- Docker downloads count: 0.715%
- Dependent packages count: 1.446%
- Average: 4.081%
- Forks count: 9.679%
- Stargazers count: 11.854%
- Maintainers (1)
Dependencies
- diff-lcs 1.2.5
- rspec 2.14.1
- rspec-core 2.14.8
- rspec-expectations 2.14.5
- rspec-mocks 2.14.6
- ruby-rc4 0.1.5
- rspec >= 2.14.1 development
Score: 24.155430383205214