lainchan icon indicating copy to clipboard operation
lainchan copied to clipboard

Password hash for moderators

Open sarciszewski opened this issue 10 years ago • 5 comments

https://github.com/lainchan/lainchan/blob/ab24c2af5795493064c53ead43401e4ab677714b/inc/mod/auth.php#L21

Check out password_hash() and password_verify() :)

sarciszewski avatar Dec 27 '14 08:12 sarciszewski

Should this have been closed? o.O

sarciszewski avatar Jun 01 '15 23:06 sarciszewski

oh wow, github picked up on the "fixes #8" in that commit -- referring to vichan's #8, not ours. tsk tsk

s-mcf avatar Jun 02 '15 00:06 s-mcf

Should we just let password_hash generate the salt instead of generating one ourselves?

tjohnman avatar Sep 09 '15 20:09 tjohnman

Yes.

paragonie-scott avatar Sep 09 '15 20:09 paragonie-scott

I need to remake the pull request with the create_iv deprecation changes that have hit tree. Given that I have had no feedback on my patch for 2 years, unless I can find a reviewer, I should make a backup and test it on production once it has been rebased.

Appleman1234 avatar Mar 06 '19 19:03 Appleman1234