Python Stuff.

Last updated on 11 September 2002.

[Home]
I like Python programming language. Sometimes I play with it a bit.

Here I put some python modules written by me that I hope may be of use for somebody.


U32.py - 32 unsigned int class. Done in python only so it is not too fast but may be very handy if you need to do some bit manipulations. Especially if you are translating something from C.


md4.py - hash calculating algorithm. Used in NTLM authorization method. It is implemented in pure python, so it's quite slow, useful for password hashes and for testing.


file_manager.py - is a commandline shell like file manager class. The main gaol is to use it in batch/shell like file manipulating scripts. It is very handy for me and I believe it may be useful.


Dmitry Rozmanov / 11 September 2002 / dima@xenon.spb.ru