Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: [Help] Secure Password Hashing Algorithm
Post: [Help] Secure Password Hashing Algorithm

Hello, I have this lines of code: Code: -- $password = $_POST['password']; $salt = '$2a$07$R.gJb2U2N.FmZ4hPp1y2CN$'; $encrypted_password = crypt($password, $salt); -- It successfully stores t...
9,368 Views
4 Replies
06-13-2015, 06:31 AM
atom

Theme © iAndrew 2016 - Forum software by © MyBB