Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

How does that help? They can iterate through possible passwords and generate md5(pepper + md5(password)) just as easily as md5(pepper+password). The point is that they can iterate ONCE and match against all passwords in the DB. With salt they have to iterate for each row in the DB which is much more time consuming.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: