-
- Downloads
changed password hashing from md5 to cryptographic hashing (BCRYPT)for sign up...
changed password hashing from md5 to cryptographic hashing (BCRYPT)for sign up and in login the password verifies with the hashed password from db
Showing
- libs/includes/user.class.php 7 additions, 5 deletionslibs/includes/user.class.php
- libs/load.php 2 additions, 1 deletionlibs/load.php
- password_hash.php 4 additions, 0 deletionspassword_hash.php
- test.php 1 addition, 0 deletionstest.php
- testhash.php 17 additions, 1 deletiontesthash.php
- testlogin.php 6 additions, 3 deletionstestlogin.php
Loading
Please register or sign in to comment