Crate winauth

source ·
Expand description

documentation references to sections etc. based on the [MS-NLMP specification] (https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-NLMP/[MS-NLMP].pdf)

This provides the means to perform authentication using NTLMv2
Older NTLM versions are not supported, since they are long deprecated
(and known to be even more insecure as NTLMv2)

Channel Bindings are supported in this implementation and in the windows bindings

Modules§

  • Components to perform HTTP-based winauth authentication with a generic http library
  • Windows-Native NTLM functionalities (including SSO capabilities)

Structs§

  • An authentication client to authenticate against a server (outbound)
  • Builder for NtlmV2Client which provides configuration for it

Traits§

  • A generic challenge-response trait, that returns a response until authentication is established