About this document
Secure Password Handling in CodeIgniter by prabhu is a document available to read on EtoBox.
This document provides guidelines for securely handling passwords in web applications. It recommends hashing passwords with strong algorithms like BCrypt instead of weak algorithms like MD5 or SHA1. It also advises against displaying passwords in plain text, encoding passwords with Base64, or putting unnecessary limits on password length. Developers are told not to store passwords in plain text format.
- Author
- prabhu
- Language
- EN