this post was submitted on 25 Apr 2025
5 points (100.0% liked)
PHP
382 readers
7 users here now
<?
namespace lemmy\php;
/*
Welcome to the PHP community on Lemmy
#Rules:
1: Soon(TM)
#Helpful stuff:
#Common frameworks:
*/
echo "Welcome";
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I didn't read all too much, but from a quick skim of the README it looks like it directly stores your password and not a hash. I wouldn't use it if that's the case.
No, the README doesn't say it, but in the index.php you can see that you must use password_hash to hash the passwords, and the script uses password_verify like it should be done. .
I just updated the README to make this more clear. Thanks :)