🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

rubyntlm

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rubyntlm

0.6.5
Rubygems
Version published
Maintainers
2
Created
Source

Ruby/NTLM -- NTLM Authentication Library for Ruby

CI status

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)

FAQs

Package last updated on 12 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

OSZAR »