5 releases

0.0.5 Mar 22, 2024
0.0.4 Jul 23, 2019
0.0.3 Dec 20, 2017
0.0.2 Jun 24, 2017
0.0.1 May 21, 2017

#174 in Authentication

Download history 5147/week @ 2023-12-23 8737/week @ 2023-12-30 12409/week @ 2024-01-06 15572/week @ 2024-01-13 14097/week @ 2024-01-20 15590/week @ 2024-01-27 18502/week @ 2024-02-03 19060/week @ 2024-02-10 9388/week @ 2024-02-17 7578/week @ 2024-02-24 8824/week @ 2024-03-02 11897/week @ 2024-03-09 17628/week @ 2024-03-16 12226/week @ 2024-03-23 13919/week @ 2024-03-30 13129/week @ 2024-04-06

60,249 downloads per month
Used in 27 crates (via tiberius)

MIT/Apache

70KB
1.5K SLoC

WinAuth .github/workflows/ci.yaml

Documentation

The intention of this crate is to provide support to authenticate against windows systems using the builtin windows authentication.

This currently provides support for windows authentication using the following protocols:

  • NTLMv2

lib.rs:

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

Dependencies

~1MB
~19K SLoC