Generated from Manticore v1.1.5 • 201 packages. View on pkg.go.dev

nt

import "github.com/TheManticoreProject/Manticore/crypto/nt"

Index

func NTHash

func NTHash(password string) [16]byte

NTHash computes the NT hash of a password string The NT hash is MD4(UTF16-LE(password))

func NTHashHex

func NTHashHex(password string) string

NTHash computes the NT hash of a password string The NT hash is MD4(UTF16-LE(password))

func NTOWFv1

func NTOWFv1(Passwd, User, UserDom string) [16]byte

NTOWFv1, this is the same as NTHash Source: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-nlmp/464551a8-9fc4-428e-b3d3-bc5bfb2e73a5