[Python-ideas] Adding salt and Modular Crypt Format to crypt library.

Sean Reifschneider jafo at tummy.com
Mon Jan 17 13:20:18 CET 2011


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 01/17/2011 04:54 AM, Laurens Van Houtven wrote:
> 1) Minor API note: I'd expect a dict of hashes to their respective
> crypt functions

I don't follow what you mean, sorry.  Can you provide an example?

> 2) Is there any leverage for possibly including stronger KDFs, such as
> scrypt or possibly bcrypt into Python? People have created nice C

Possibly, but I'd say that's beyond the scope of this patch and would
need to be a separate patch.  This patch is about adding salt functions
to the existing module which wraps the C library function crypt(),
which requires a salt argument but provides no helpers to generate them.

Sean
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFNNDQCxUhyMYEjVX0RAg/2AKC6Q3WYL5YV/LME02H9HvPYSxrISwCcCAuD
+9cPhYOTX3pYYK31hLN1RBk=
=lhYv
-----END PGP SIGNATURE-----



More information about the Python-ideas mailing list