Documentation ¶
Index ¶
- func ChallengeHash(peerChallenge, authenticatorChallenge, username []byte) []byte
- func ChallengeResponse(challenge, passwordHash []byte) []byte
- func DESCrypt(key, clear []byte) []byte
- func GenerateAuthenticatorResponse(authenticatorChallenge, peerChallenge, ntResponse, username, password []byte) (string, error)
- func GenerateNTResponse(authenticatorChallenge, peerChallenge, username, password []byte) ([]byte, error)
- func NTPasswordHash(password []byte) []byte
- func ToUTF16(in []byte) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChallengeHash ¶
ChallengeHash - rfc2759, 8.2
func ChallengeResponse ¶
ChallengeResponse - rfc2759, 8.5
func GenerateAuthenticatorResponse ¶
func GenerateAuthenticatorResponse(authenticatorChallenge, peerChallenge, ntResponse, username, password []byte) (string, error)
GenerateAuthenticatorResponse - rfc2759, 8.7
func GenerateNTResponse ¶
func GenerateNTResponse(authenticatorChallenge, peerChallenge, username, password []byte) ([]byte, error)
GenerateNTResponse - rfc2759, 8.1
func NTPasswordHash ¶
NTPasswordHash with MD4 - rfc2759, 8.3
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.