auge8472 / My-Little-Forum-1

My Little Forum 1 is a thread based forum with additional board and nested views
GNU General Public License v2.0
6 stars 2 forks source link

Store passwords with a proper hashing function #38

Closed auge8472 closed 4 years ago

auge8472 commented 4 years ago

The old implementation stores passwords as md5-hash. MD5 is broken so the passwords should get hadled with the function password_hash instead.