Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

sunnysingh/phpass-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.