2485 shaares
83 private links
83 private links
Storing passwords is a pretty simple problem in software development, right? Wrong! Storing passwords correctly is pretty complicated. With that said, it’s very simple to just lean on work someone else has done, and the libraries available for your language of choice.
Interesting writeup of password storing strategies and pitfalls.