Isn’t using pbkdf2 + scrypt + bcrypt best?
Since slower is better and key stretching is an awesome way to increase security over potentially low entropy passwords, doesn’t it make sense to use all three?
To be clear, this is about implementing a key stretching archit… Continue reading Isn’t using pbkdf2 + scrypt + bcrypt best?