dcc

package
v1.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 12, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DCCHashFromNTHash

func DCCHashFromNTHash(ntHash [16]byte, username string) [16]byte

DCCHashFromNTHash computes the DCC hash from the given NT hash and username

Parameters:

  • ntHash: The NT hash
  • username: The username

Returns:

  • The DCC hash

func DCCHashFromNTHashToHashcatString

func DCCHashFromNTHashToHashcatString(ntHash [16]byte, username string) string

DCCHashFromNTHashToHashcatString computes the DCC hash from the given NT hash and username

Returns:

  • The DCC hash as a hashcat string

func DCCHashFromNTHashToHex

func DCCHashFromNTHashToHex(ntHash [16]byte, username string) string

DCCHashFromNTHashToHex computes the DCC hash of a password string

Returns:

  • The DCC hash as a hexadecimal string

func DCCHashFromPassword

func DCCHashFromPassword(password string, username string) [16]byte

DCCHashFromPassword computes the Domain Cached Credentials hash from the given password and username

Parameters:

  • password: The password
  • username: The username

Returns:

  • The DCC hash

func DCCHashFromPasswordToHashcatString

func DCCHashFromPasswordToHashcatString(password string, username string) string

DCCHashFromPasswordToHashcatString computes the DCC hash of a password string

Returns:

  • The DCC hash as a hashcat string

func DCCHashFromPasswordToHex

func DCCHashFromPasswordToHex(password string, username string) string

DCCHashFromPasswordToHex computes the DCC hash of a password string

Returns:

  • The DCC hash as a hexadecimal string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL