python glibc crypt() function

geremy condra debatem1 at gmail.com
Tue Apr 20 10:12:24 EDT 2010


On Tue, Apr 20, 2010 at 9:54 AM, luca72 <lucaberto at libero.it> wrote:
> Hello i have to do this :
> glibc crypt() function, using salt $1$abcdefgh$
>
> cryptPw = crypt(plainPw, "$1$abcdefgh$")
>
> I can do it in python, with package i need?
> Thanks
> --
> http://mail.python.org/mailman/listinfo/python-list
>

http://docs.python.org/py3k/library/crypt.html#module-crypt

Geremy Condra



More information about the Python-list mailing list