Source: ruby-ntlm Section: ruby Maintainer: Debian Ruby Team Build-Depends: debhelper-compat (= 14), gem2deb, pry, rake, ruby-rspec, ruby-simplecov Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-ntlm.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-ntlm Homepage: https://github.com/winrb/rubyntlm Testsuite: autopkgtest-pkg-ruby Package: ruby-ntlm Architecture: all Multi-Arch: foreign Description: NTLM authentication client for Ruby NTLM (NT LAN Manager) is an authentication protocol used in various Microsoft network protocol implementations. It employs a challenge-response mechanism for authentication, in which clients are able to prove their identities without sending a password to the server. This Ruby library provides message creator and parser for the NTLM authentication. It supports NTLM v1 only.