csmith1188 / Formbar.js

Javascript rewrite of Formbar, an open source classroom management tool.
6 stars 22 forks source link

Better password storage #429

Open ProfBrickz opened 5 months ago

ProfBrickz commented 5 months ago

Currently passwords are just encrypted, they should be changed to use slow hashing. Bcrypt is a possible alternative.

https://www.youtube.com/watch?v=qgpsIBLvrGY

https://www.hivesystems.com/blog/are-your-passwords-in-the-green