Home / Vulnerability Database / PHP : Unsafe password storage
PHP
PHP : Unsafe password storage
Classification
OWASP Top 10 2017
OWASP Top 10 2021
OWASP MASVS
OWASP ASVS
HIPAA
Overview
The trivial encoding does not provide the required level of password protection.
Storing passwords in unencrypted form is insecure. A developer can use encoding (e.g., base64), but this is not enough to store passwords securely.
MEDIUM
DerScanner Severity Score
Do you want to fix PHP : Unsafe password storage in your application?
See also
PHP
PHP : Null salt
PHP
PHP : Empty password
PHP
