Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The new changes I'm looking forward to are the password hashing API, scalar type hints and generators.

I'm also looking forward to 3 things that AREN'T going to be there: register_global, safe mode, and magic_quotes



In the meantime, I really enjoy using Marco Arment's Bcrypt PHP class: https://gist.github.com/marcoarment/1053158


Bcrypt? It's all about scrypt these days. http://stackoverflow.com/questions/10149554/are-there-any-ph...


Wow, those are finally going away? It's almost like the end of an era. Cool.



The password hashing stuff should be really nice in the long run--at least when it's widely used.

PHP in particular seems to have a lot of bad home brew implementations out there, so it'll be nice to have a better default.


There is a PHP 5.3.7+ implementation of the password API here: https://github.com/ircmaxell/password_compat


I too am looking forward to the new Password Hashing API. Having quick ability to hash and verify a password should save a fair bit of time in the long run.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: