> Is there a module available in the standard library, for Python 2.4 > running on Windows, like "crypt" for Python 2.4 running on *nix > machines?
I can't try right now, but I would expect that the Cygwin python distribution has a crypt implementation. If you want a crypt implementation for the python.org distribution, the easiest (but perhaps not fastest) solution would be to use fcrypt. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list