I'm developing a new system and I wondered if my oldschool phpass is still the best option for hashing in php?
I'm looking for the best security, and I heard that blowfish is outdated. DES is old.
So what will you guys recommend for a new php system? I need something that is future-proof as replacing the algorithm after the release is a pain.
Thanks in advance.