core php, html and bootstrap
Steps to run on your localhost:
- Download the repo in zip, extract to
C:/xampp/htdocs/
or typegit clone git@github.com:pfieffer/login_salt.git
orgit clone /~https://github.com/pfieffer/login_salt.git
- Go to
localhost/phpmyadmin
on your browser and click import to import the database and table fromC:/xampp/htdocs/login_salt/db/practise.sql
- Then open
localhost/login_salt
from your browser.
This is just created to show how php crypt()
function can be used to encrypt passwords for users. This small thing does not guarantee you the most secure web app.