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
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