A succinct, naive, probably insecure NTLMv2 client library written in Kotlin.
The following sources were heavily used for development
- Official Microsoft NTLM PDF spec
- Chromium source code
- https://curl.haxx.se/rfc/ntlm.html
- Various other Google searches and wiki pages