Category: OWASP 2010 A7
-
OWASP A7 – Insecure Cryptographic Storage
This week we will provide some examples for encrypting data with PHP. Data encryption is necessary to protect sensitive information such as passwords, credit card numbers, medical information, etc. PHP provides some easy to use functions to encrypt data so that it can be stored securely. There are two common but different scenarios for storing…