Python Cómo hacer una cuerda en PBKDF2

from pbkdf2 import crypt
pwhash = crypt(password_from_user)
Relieved Rat