https://github.com/winrb/rubyntlm
NTLM Authentication Library for Ruby
https://github.com/winrb/rubyntlm
Keywords from Contributors
soap soap-client rubygems ruby-gem openssl tls ldap feature-flag activejob activerecord
Last synced: about 22 hours ago
JSON representation
Repository metadata
NTLM Authentication Library for Ruby
- Host: GitHub
- URL: https://github.com/winrb/rubyntlm
- Owner: WinRb
- License: mit
- Created: 2013-03-22T02:21:21.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-11-24T01:15:25.000Z (3 months ago)
- Last Synced: 2026-02-18T17:29:07.292Z (13 days ago)
- Language: Ruby
- Homepage:
- Size: 246 KB
- Stars: 34
- Watchers: 6
- Forks: 46
- Open Issues: 3
- Releases: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
README.md
Ruby/NTLM -- NTLM Authentication Library for Ruby
Ruby/NTLM provides message creator and parser for the NTLM authentication.
100% Ruby
How to install
require 'rubyntlm'
Simple Example
Creating NTLM Type 1 message
t1 = Net::NTLM::Message::Type1.new()
Parsing NTLM Type 2 message from server
t2 = Net::NTLM::Message.parse(message_from_server)
Creating NTLM Type 3 message
t3 = t2.response({:user => 'user', :password => 'passwd'})
Support
https://groups.google.com/forum/?fromgroups#!forum/rubyntlm
Contributing
- Fork it.
- Create a branch (git checkout -b my_feature_branch)
- Commit your changes (git commit -am "Added a sweet feature")
- Push to the branch (git push origin my_feature_branch)
- Create a pull requst from your branch into master (Please be sure to provide enough detail for us to cipher what this change is doing)
Owner metadata
- Name: WinRb
- Login: WinRb
- Email:
- Kind: organization
- Description:
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/3925040?v=4
- Repositories: 9
- Last ynced at: 2024-03-25T19:51:38.258Z
- Profile URL: https://github.com/WinRb
GitHub Events
Total
- Delete event: 1
- Pull request event: 4
- Fork event: 1
- Create event: 1
Last Year
- Delete event: 1
- Pull request event: 4
- Create event: 1
Committers metadata
Last synced: 3 days ago
Total Commits: 157
Total Committers: 21
Avg Commits per committer: 7.476
Development Distribution Score (DDS): 0.764
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 | |
|---|---|---|
| David Maloney | D****y@r****m | 37 |
| Paul Morton | p****n@b****m | 27 |
| Dan Wanek | d****k@g****m | 23 |
| James Lee | e****t@m****m | 18 |
| Matt Wrock | m****t@m****m | 12 |
| Peter Cai | 2****i | 11 |
| David King | d****g@b****m | 6 |
| Olle Jonsson | o****n@g****m | 4 |
| Roger Leite | r****o@g****m | 3 |
| Bryan Stenson | b****n@g****m | 2 |
| Florian Wininger | f****e@g****m | 2 |
| Shawn Neal | s****l@s****t | 2 |
| lridge | l****e@i****m | 2 |
| Christophe De La Fuente | 5****7 | 1 |
| Christophe De La Fuente | p****b@y****m | 1 |
| Lars Kanis | l****s@g****e | 1 |
| Marek Veber | m****r@s****z | 1 |
| Paul van Tilburg | p****g@l****u | 1 |
| Spencer McIntyre | z****r@g****m | 1 |
| Trevor Rosen | t****n@r****m | 1 |
| Yasuo Honda | y****a@g****m | 1 |
Committer domains:
- rapid7.com: 2
- leftclick.eu: 1
- solnet.cz: 1
- greiz-reinsdorf.de: 1
- igsenergy.com: 1
- sneal.net: 1
- bestinclass.com: 1
- mattwrock.com: 1
- metasploit.com: 1
- biaprotect.com: 1
Issue and Pull Request metadata
Last synced: 2 months ago
Total issues: 18
Total pull requests: 53
Average time to close issues: over 1 year
Average time to close pull requests: 6 months
Total issue authors: 16
Total pull request authors: 25
Average comments per issue: 1.0
Average comments per pull request: 2.0
Merged pull request: 36
Bot issues: 0
Bot pull requests: 2
Past year issues: 0
Past year pull requests: 3
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: 2
Past year average comments per issue: 0
Past year average comments per pull request: 0.0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 2
Top Issue Authors
- pmorton (2)
- paulvt (2)
- ashiqueps (1)
- mwrock (1)
- bf4 (1)
- gupta-kanika-dev (1)
- movitto (1)
- zeroSteiner (1)
- mirogta (1)
- olivernaaris (1)
- ddoherty03 (1)
- jlee-r7 (1)
- petergoldstein (1)
- cdelafuente-r7 (1)
- crmaxx (1)
Top Pull Request Authors
- mwrock (9)
- olleolleolle (5)
- thelightcosine (3)
- jlee-r7 (3)
- pmorton (3)
- stensonb (2)
- marek-veber (2)
- cdelafuente-r7 (2)
- larskanis (2)
- dependabot[bot] (2)
- zeroSteiner (2)
- zenchild (2)
- skeshari12 (2)
- ujjwalsh (2)
- n00tmeg (2)
Top Issue Labels
- question (1)
Top Pull Request Labels
- dependencies (2)
- github_actions (2)
Package metadata
- Total packages: 13
-
Total downloads:
- rubygems: 174,046,414 total
- Total docker downloads: 1,266,654,192
- Total dependent packages: 59 (may contain duplicates)
- Total dependent repositories: 8,404 (may contain duplicates)
- Total versions: 60
- Total maintainers: 4
gem.coop: rubyntlm
Ruby/NTLM provides message creator and parser for the NTLM authentication.
- Homepage: https://github.com/winrb/rubyntlm
- Documentation: http://www.rubydoc.info/gems/rubyntlm/
- Licenses: MIT
- Latest release: 0.6.5 (published over 1 year ago)
- Last Synced: 2026-02-28T19:01:41.987Z (3 days ago)
- Versions: 18
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 87,046,721 Total
- Docker Downloads: 633,327,096
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.111%
- Docker downloads count: 0.143%
- Downloads: 0.303%
- Maintainers (4)
rubygems.org: rubyntlm
Ruby/NTLM provides message creator and parser for the NTLM authentication.
- Homepage: https://github.com/winrb/rubyntlm
- Documentation: http://www.rubydoc.info/gems/rubyntlm/
- Licenses: MIT
- Latest release: 0.6.5 (published over 1 year ago)
- Last Synced: 2026-02-26T19:01:18.171Z (5 days ago)
- Versions: 18
- Dependent Packages: 59
- Dependent Repositories: 8,404
- Downloads: 86,999,693 Total
- Docker Downloads: 633,327,096
-
Rankings:
- Docker downloads count: 0.175%
- Dependent repos count: 0.355%
- Downloads: 0.371%
- Dependent packages count: 0.462%
- Average: 2.423%
- Forks count: 4.054%
- Stargazers count: 9.124%
- Maintainers (4)
proxy.golang.org: github.com/winrb/rubyntlm
- Homepage:
- Documentation: https://pkg.go.dev/github.com/winrb/rubyntlm#section-documentation
- Licenses: mit
- Latest release: v0.6.5 (published over 1 year ago)
- Last Synced: 2026-02-26T19:01:16.916Z (5 days ago)
- Versions: 14
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Forks count: 3.701%
- Stargazers count: 6.796%
- Average: 7.709%
- Dependent packages count: 9.56%
- Dependent repos count: 10.779%
debian-10: ruby-ntlm
- Homepage: https://github.com/winrb/rubyntlm
- Documentation: https://packages.debian.org/buster/ruby-ntlm
- Licenses:
- Latest release: 0.6.1-2 (published 20 days ago)
- Last Synced: 2026-02-13T04:23:29.118Z (19 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
debian-11: ruby-ntlm
- Homepage: https://github.com/winrb/rubyntlm
- Documentation: https://packages.debian.org/bullseye/ruby-ntlm
- Licenses:
- Latest release: 0.6.1-2 (published 21 days ago)
- Last Synced: 2026-02-13T08:23:00.944Z (18 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
debian-12: ruby-ntlm
- Homepage: https://github.com/winrb/rubyntlm
- Documentation: https://packages.debian.org/bookworm/ruby-ntlm
- Licenses:
- Latest release: 0.6.3-2 (published 19 days ago)
- Last Synced: 2026-02-12T23:36:33.068Z (19 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
debian-13: ruby-ntlm
- Homepage: https://github.com/winrb/rubyntlm
- Documentation: https://packages.debian.org/trixie/ruby-ntlm
- Licenses:
- Latest release: 0.6.3-2 (published 19 days ago)
- Last Synced: 2026-02-13T13:17:57.240Z (18 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
Dependencies
- github_changelog_generator = 1.14.3 development
- pry >= 0 development
- rake >= 0 development
- rspec >= 2.11 development
- simplecov >= 0 development
- actions/checkout v2 composite
- ruby/setup-ruby v1 composite
Score: 27.743842223145837