module documentation

Undocumented

Function lmhash Generates lanman password hash for a given password.
Function lmhash_locked Generates a lanman password hash that matches no password.
Function nthash Generates nt md4 password hash for a given password.
def lmhash(password=b''): (source)

Generates lanman password hash for a given password. Note that the author thinks LanMan hashes should be banished from the face of the earth.

def lmhash_locked(password=b''): (source)

Generates a lanman password hash that matches no password. Note that the author thinks LanMan hashes should be banished from the face of the earth.

def nthash(password=b''): (source)

Generates nt md4 password hash for a given password.