moan0s / ILMO

Intelligent Library Management Online - A simple Web-App for the organization of a library, the users, books, opening hours and lendings.
https://www.fs-medtech.de/bib/
GNU General Public License v3.0
1 stars 1 forks source link

More secure password policy #58

Closed moan0s closed 3 years ago

moan0s commented 5 years ago

Use suitable hashing-algorithms like: https://www.php.net/manual/en/function.password-hash.php

moan0s commented 3 years ago

Done with 4fcea078eb3b68164730f97179922c52ca2ce40b Upon login of a user the md5 hash gets replaced with a secure hash. Backwards compatibility must be kept as some users do not login for a long time.