ircmaxell / PHP-PasswordLib

A library for generating and validating passwords
373 stars 61 forks source link

PBKDF2 recommendations #22

Open nimasdj opened 8 years ago

nimasdj commented 8 years ago

Hi,

Is PBKDF2 as binary (having the last parameter of hash_pbkdf2 function as true) stronger and more recommended than hexit? And 1000 iteration is reasonable or still weak?