AndrewHocking / DanceConnect

MIT License
0 stars 0 forks source link

Security Update #108

Closed prabjot09 closed 6 months ago

prabjot09 commented 6 months ago

Changes:

prabjot09 commented 6 months ago

I can't test it without the config file, but just reading through the code it looks great! It would be a good idea to implement password salting as well, but that can be a separate task.

I think bcrypt handles salting as well since the password hashes are different for dummy users with the same password. I will confirm this tomorrow though to make sure.