kenken999's picture
up
6f4e5f0
raw
history blame
106 Bytes
from passlib.context import CryptContext
pwd_context = CryptContext(schemes=["bcrypt"], default="bcrypt")