Y
Hacker News
new
|
ask
|
show
|
jobs
by
laut
6315 days ago
I agree that storing passwords in plaintext is an anti pattern. But with a one-way-password-encryption setup you need a password resetting system, which is more than 5-10 lines of code.
1 comments
tptacek
6315 days ago
You need many of those same lines of code to do password recovery if you store plaintext.
link