Welcome Guest, Not a member yet? Register   Sign In
Is storing md5 password in a cookie unsafe?
#12

[eluser]Kraig[/eluser]
Do you know why this isn't working...I'm not sure if I'm getting the value of rmt which is the hashcode

Code:
// Login with cookie
  elseif ( $CI->input->cookie('rmt') ) // If cookie exists
  {
    $hashcode = $CI->input->cookie('rmt'); // Value of cookie
    $q = $CI->membership_model->validateLoggedIn($hashcode);


Messages In This Thread
Is storing md5 password in a cookie unsafe? - by El Forum - 12-19-2012, 01:50 PM
Is storing md5 password in a cookie unsafe? - by El Forum - 12-19-2012, 02:48 PM
Is storing md5 password in a cookie unsafe? - by El Forum - 12-19-2012, 03:30 PM
Is storing md5 password in a cookie unsafe? - by El Forum - 12-19-2012, 03:37 PM
Is storing md5 password in a cookie unsafe? - by El Forum - 12-19-2012, 04:13 PM
Is storing md5 password in a cookie unsafe? - by El Forum - 12-19-2012, 04:28 PM
Is storing md5 password in a cookie unsafe? - by El Forum - 12-19-2012, 06:15 PM
Is storing md5 password in a cookie unsafe? - by El Forum - 12-19-2012, 08:38 PM
Is storing md5 password in a cookie unsafe? - by El Forum - 12-19-2012, 09:07 PM
Is storing md5 password in a cookie unsafe? - by El Forum - 12-19-2012, 10:16 PM
Is storing md5 password in a cookie unsafe? - by El Forum - 12-19-2012, 10:38 PM
Is storing md5 password in a cookie unsafe? - by El Forum - 12-19-2012, 11:17 PM
Is storing md5 password in a cookie unsafe? - by El Forum - 12-20-2012, 12:07 AM
Is storing md5 password in a cookie unsafe? - by El Forum - 12-20-2012, 01:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB