On Tue, Apr 20, 2010 at 9:54 AM, luca72 <lucabe...@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 -- http://mail.python.org/mailman/listinfo/python-list