More secure password hashing options

Post Reply
lifecoding
User
Posts: 1

More secure password hashing options

Post by lifecoding »

PHP5 already have password_hash function and encourage usage of bcrypt/blowfish for password hashing. And MD5 has been outdated long ago in favour of SHA256/512. Please add ability to use any function for secure password hashing.


fbachofner
User
Posts: 70

Post by fbachofner »

+1


Post Reply