python glibc crypt() function

luca72 lucaberto at libero.it
Tue Apr 20 09:54:55 EDT 2010


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



More information about the Python-list mailing list