I used this code to encrypt the password.
import os import hashlib # Example generation salt = os.urandom(32) key = ha