Python cara hash string ke pbkdf2

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