Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bodgit/ntlmssp

Golang library implementing NTLM
https://github.com/bodgit/ntlmssp

ntlm ntlmv1 ntlmv2

Last synced: 3 days ago
JSON representation

Golang library implementing NTLM

Awesome Lists containing this project

README

        

[![Build Status](https://img.shields.io/github/actions/workflow/status/bodgit/ntlmssp/main.yml?branch=master)](https://github.com/bodgit/ntlmssp/actions?query=workflow%3Abuild)
[![Coverage Status](https://coveralls.io/repos/github/bodgit/ntlmssp/badge.svg?branch=master)](https://coveralls.io/github/bodgit/ntlmssp?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/bodgit/ntlmssp)](https://goreportcard.com/report/github.com/bodgit/ntlmssp)
[![GoDoc](https://godoc.org/github.com/bodgit/ntlmssp?status.svg)](https://godoc.org/github.com/bodgit/ntlmssp)
![Go version](https://img.shields.io/badge/Go-1.20-brightgreen.svg)
![Go version](https://img.shields.io/badge/Go-1.19-brightgreen.svg)

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 |