https://github.com/bodgit/ntlmssp
Golang library implementing NTLM
https://github.com/bodgit/ntlmssp
ntlm ntlmv1 ntlmv2
Last synced: 3 months ago
JSON representation
Golang library implementing NTLM
- Host: GitHub
- URL: https://github.com/bodgit/ntlmssp
- Owner: bodgit
- License: bsd-3-clause
- Created: 2019-07-18T20:33:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T14:41:50.000Z (11 months ago)
- Last Synced: 2025-03-27T11:38:02.632Z (3 months ago)
- Topics: ntlm, ntlmv1, ntlmv2
- Language: Go
- Homepage: https://godoc.org/github.com/bodgit/ntlmssp
- Size: 111 KB
- Stars: 14
- Watchers: 3
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security.go
Awesome Lists containing this project
README
[](https://github.com/bodgit/ntlmssp/actions?query=workflow%3Abuild)
[](https://coveralls.io/github/bodgit/ntlmssp?branch=master)
[](https://goreportcard.com/report/github.com/bodgit/ntlmssp)
[](https://godoc.org/github.com/bodgit/ntlmssp)

ntlmssp
=======Feature comparison:
| Library | NTLMv1 | NTLMv2 | Connection-orientated | Connectionless | Signing & sealing | Channel Bindings | Client | Server | Notes |
| ---------------------------------------------- |:------:|:------:|:---------------------:|:--------------:|:-----------------:|:----------------:|:------:|:------:| --------- |
| https://github.com/bodgit/ntlmssp | Yes | Yes | Yes | No | Yes | Yes | Yes | No | |
| https://github.com/Azure/go-ntlmssp | No | Yes | Yes | No | No | No | Yes | No | HTTP only |
| https://github.com/ThomsonReutersEikon/go-ntlm | Yes | Yes | No | Yes | No | No | Yes | Yes | Archived |