OPSI.ldaptor.md4 module¶
Pure-Python MD4 digest algorithm implementation.
-
OPSI.ldaptor.md4.F(x, y, z)¶
-
OPSI.ldaptor.md4.G(x, y, z)¶
-
OPSI.ldaptor.md4.H(x, y, z)¶
-
class
OPSI.ldaptor.md4.MD4Type(data='')¶ -
A= None¶
-
B= None¶
-
C= None¶
-
D= None¶
-
buf= []¶
-
copy()¶
-
count= None¶
-
digest()¶
-
hexdigest()¶
-
len1= None¶
-
len2= None¶
-
update(str)¶
-
-
OPSI.ldaptor.md4.ROL(x, n)¶
-
OPSI.ldaptor.md4.f1(a, b, c, d, k, s, X)¶
-
OPSI.ldaptor.md4.f2(a, b, c, d, k, s, X)¶
-
OPSI.ldaptor.md4.f3(a, b, c, d, k, s, X)¶
-
OPSI.ldaptor.md4.int_array2str(array)¶
-
OPSI.ldaptor.md4.md4(data='')¶
-
OPSI.ldaptor.md4.new(data='')¶