Skip to content

Simple User Authentication using salt encryption in PHP and MySQL database

Notifications You must be signed in to change notification settings

pfieffer/login_salt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

login_salt

core php, html and bootstrap

Steps to run on your localhost:

  1. Download the repo in zip, extract to C:/xampp/htdocs/or type git clone git@github.com:pfieffer/login_salt.git or git clone /~https://github.com/pfieffer/login_salt.git
  2. Go to localhost/phpmyadmin on your browser and click import to import the database and table from C:/xampp/htdocs/login_salt/db/practise.sql
  3. Then open localhost/login_salt from your browser.

Note:

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.

About

Simple User Authentication using salt encryption in PHP and MySQL database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published