sunnysingh / phpass-starter

A starter project for Phpass.

Home Page:https://sunnysingh.io/blog/secure-passwords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phpass Starter is an easy way to learn more about and get started with Phpass.

The purpose of this project is to get more developers to move away from functions such as md5(); that weren't meant for password hashing. Using proper password encryption techniques is now easier thanks to the many frameworks out there such as Phpass, but can seem a bit confusing at first. Phpass Starter is meant to lower the learning curve so that developers of various skills can finally build more secure websites.

What's Inside

PasswordHash.php: The actual Phpass framework.

signup.php: Example code for creating a hash of a user's password.

login.php: Example code for checking a user's password against a stored hash.

About

A starter project for Phpass.

https://sunnysingh.io/blog/secure-passwords


Languages

Language:PHP 100.0%