Overview
Learn about hashing in PHP to enhance data security and protect sensitive information. Explore two common hashing methods: general data hashing and password hashing. Discover the concept of salting and its importance in strengthening hash security. Follow along with practical examples, including a detailed password hash demonstration. Gain valuable insights into implementing secure hashing techniques to safeguard your PHP applications against unauthorized access.
Syllabus
- What is hashing?
- What is a salt?
- How to do general hashing
- How to hash passwords
- Password hash example!
Taught by
Dani Krossing