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§
- http
- Components to perform HTTP-based winauth authentication with a generic http library
Structs§
- Ntlm
V2Client - An authentication client to authenticate against a server (outbound)
- Ntlm
V2Client Builder - Builder for
NtlmV2Client
which provides configuration for it
Traits§
- Next
Bytes - A generic challenge-response trait, that returns a response until authentication is established