Open JerrelleM opened 6 years ago
Will work on basic password hashing as soon as possible.
from werkzeug.security import generate_password_hash, check_password_hash
Passwords are now encrypted with the SHA-256 algo.
Will work on basic password hashing as soon as possible.