šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

ntlm-http

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ntlm-http

0.1.1
Rubygems
Version published
Maintainers
2
Created
Source

= Ruby/NTLM -- NTLM Authentication Library for Ruby

Ruby/NTLM provides message creator and parser for the NTLM authentication.

Some features:

  • Independent from non-standard Ruby libraries.
  • Supports NTLM and NTLMv2 reponses.

== Simple Example

  • Creating NTLM Type 1 message

    t1 = NTLM::Message::Type1.new()

  • Parsing NTLM Type 2 message from server

    t2 = NTLM::Message.parse(message_from_server)

  • Creating NTLM Type 3 message

    t3 = t2.response({:user => 'user', :password => 'passwd'})

== Support

You can find Ruby/NTLM RubyForge page at http://rubyforge.org/projects/rubyntlm.

FAQs

Package last updated on 05 Aug 2009

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