Cooking with credentials – salting
·
Learn how to securely hash and anonymize user passwords in PHP using native functions that automatically apply salt.
·
Learn how to securely hash and anonymize user passwords in PHP using native functions that automatically apply salt.
·
There are many ways to store user credentials for verification on the application side. Of all of them, only hashing is considered secure.
·
PHP is the language that drives the Internet. It’s not the most publicly loved of languages, but its utilization makes it the most popular.
·
Those who see representative role models are the most successful among us. We need more diverse representation in tech!
·
Credit card issuers have standardized guidelines to better protect customers’ payment information from theft and abuse, PCI-DSS.
·
Let’s geek out on my favorite form of authentication – not sending passwords over the wire in the first place!
·
PHP ships with multiple, native mechanisms for comparing arbitrary string values. Let’s take a closer look at two that quantify “sameness.”
·
Sometimes, certain design patterns can aid in security as well as reusability of code. Let’s look at value objects as an example.
·
Learn how password reset and other tokens can be secured by splitting the data and leveraging common password hash methodologies.
·
Every successful development team has two things in common: They’ve shipped a product, and they accepted compromises to make that shipment possible.