Secure Password Storage - Don'ts, dos and a Java example | Java Code Geeks
Don’t store authentication data unless you really have to. This may seem like a cop-out, but before you start building a database of user credentials, consider letting someone else handle it. If you’re building a public application, consider using OAuth p...