Path: | README |
Last Update: | Sun Apr 17 09:46:36 +0000 2011 |
Ruby/NTLM provides message creator and parser for the NTLM authentication.
Some features:
t1 = NTLM::Message::Type1.new()
t2 = NTLM::Message.parse(message_from_server)
t3 = t2.response({:user => 'user', :password => 'passwd'})
You can find Ruby/NTLM RubyForge page at rubyforge.org/projects/rubyntlm.