Anthony Ferrara
2012-06-26 15:30:21 UTC
Hello all,
I've recently been working on an RFC to add a simplified PHP password
hashing API to PHP's core. I was hoping for some feedback, and a code
review of the implementation.
https://wiki.php.net/rfc/password_hash
https://github.com/ircmaxell/php-src/blob/hash_password/ext/standard/password.c
It's still a work in progress, but I wanted to reach out for input and
review prior to moving too far forward.
Thanks,
Anthony
I've recently been working on an RFC to add a simplified PHP password
hashing API to PHP's core. I was hoping for some feedback, and a code
review of the implementation.
https://wiki.php.net/rfc/password_hash
https://github.com/ircmaxell/php-src/blob/hash_password/ext/standard/password.c
It's still a work in progress, but I wanted to reach out for input and
review prior to moving too far forward.
Thanks,
Anthony