Standard Python 2.4 module like crypt for Windows?

2007-12-11 Thread dananrg
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 need to store database passwords in a Python 2.4 script, but obviously don't want them in clear text. I'm looking for a reasonable level of security. What

Re: Standard Python 2.4 module like crypt for Windows?

2007-12-11 Thread Martin v. Löwis
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