5 ms·
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?
by deepdog 13y 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?
- alainmeier 13y agoI 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.