Hacker News new | ask | show | jobs
by deepdog 4757 days ago
Why is the password stored in plain text "for now"? What is so hard about running bcrypt or pbkdf2 against the password before storing it in the database?
1 comments

I was just getting this out as soon as possible. There's nothing hard about it, I just wanted to put it out there and keep working on it.