Skip to content

akarpz/weak-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weak-login

example of a LAMP style secure login

Create a user, and attempt to login. Passwords are hashed iteratively with a randomly generated salt, all stored in the DB.

Iterative hashing prevents brute-force attacks by forcing each guess to take about one second.

About

example of a LAMP style secure login

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published