JerrelleM / SharedPowerWebsite

A simple website for our official program which includes troubleshooting material and general information about the software we have provided.
0 stars 0 forks source link

Passwords are not encrypted within the database. #5

Open JerrelleM opened 6 years ago

JerrelleM commented 6 years ago

Will work on basic password hashing as soon as possible.

JerrelleM commented 6 years ago

from werkzeug.security import generate_password_hash, check_password_hash

Passwords are now encrypted with the SHA-256 algo.