Home | Trees | Index | Help |
|
---|
Package ldaptor :: Package samba :: Module smbpassword |
|
Function Summary | |
---|---|
Generates a lanman password hash that matches no password. | |
Generates nt md4 password hash for a given password. | |
_deshash(p)
| |
Generates lanman password hash for a given password. | |
_no_lmhash(password)
| |
Generates lanman password hash for a given password. |
Variable Summary | |
---|---|
str |
LM_MAGIC = 'KGS!@#$%'
|
str |
lower = 'abcdefghijklmnopqrstuvwxyz'
|
str |
toupper = '\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\x0b\...
|
str |
upper = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
|
Function Details |
---|
lmhash_locked(password='')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. |
nthash(password='')Generates nt md4 password hash for a given password. |
_have_lmhash(password='')Generates lanman password hash for a given password. Note that the author thinks LanMan hashes should be banished from the face of the earth. |
lmhash(password='')Generates lanman password hash for a given password. Note that the author thinks LanMan hashes should be banished from the face of the earth. |
Variable Details |
---|
LM_MAGIC
|
lower
|
upper
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Aug 17 17:08:20 2004 | http://epydoc.sf.net |