Never Store Your Passwords in Clear Text
When storing passwords for your app, you have a many options. Don’t do it in cleartext. Ever.
When storing passwords for your app, you have a many options. Don’t do it in cleartext. Ever.
Let’s say you’re building a big new web app at your institution. One of the parts of this application will be storing usernames and passwords. There are a ton of ways to do this, but today I want to share with you one way that I do things, in the hopes of making my logins …