Welcome Guest, Not a member yet? Register   Sign In
What are the strongest encryption/hashing functions?
#2

Hashing has nothing to do with encryption and CI_Encryption doesn't provide hashing. But to answer your question: bcrypt, scrypt and pbkdf2 are today's standards for password hashing. The first one is the most accessible and popular in the PHP world, just use the password hashing functions.

There's no "strongest" encryption, but AES-128 is a the de-facto standard everywhere (except maybe in Japan). It's also the default algorithm in CI_Encryption, so all you need is to use a strong key and encrypt()/decrypt() away.
Reply


Messages In This Thread
RE: What are the strongest encryption/hashing functions? - by Narf - 03-06-2015, 04:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB