Standard Python 2.4 module like "crypt" for Windows?

"Martin v. Löwis" martin at v.loewis.de
Tue Dec 11 15:25:23 EST 2007


> 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



More information about the Python-list mailing list