crypt module on win32?

Brian Lee senux at senux.com.NOSPAM
Fri Jun 15 03:40:19 EDT 2001


I use md5crypt.py instead of crypt.py as default module in 
Python. Follow is the web site of md5crypt.

http://www.sabren.net/code/python/crypt/

I colud use the module(md5crypt) by just copying the module
file into library directory of Python.

 - Brian,.

Brian Lee wrote:
> 
> Hi, I want to use some Python code on MS-Windows. The code use crypt
> module
> but there is no such module on Python for MS-Windows. Any other modules
> which
> works like crypt module? Or... any ideas?
>  - Brian,.



More information about the Python-list mailing list