Python Как хэш -строка в pbkdf2

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