Thread: Problem login
View Single Post
  #10  
Old 21st November 2016, 00:29
about about is offline
Member
 
Join Date: Nov 2016
Posts: 6
Default
Quote:
Originally Posted by easy62 View Post
Problem solved I had not read in the tutorial it required a minimum of 32 characters on the line
define ('ENCKEY', ......)
everything works when completed
thank you all
Thank you for posting this.

This corrected the login issue after I upgraded to Debian Jessie and PHP5.6. I think it's the decrypt.

Invalid key and iv sizes are no longer accepted. mcrypt_decrypt() will now throw a warning and return FALSE if the inputs are invalid. Previously keys and IVs were padded with '\0' bytes to the next valid size.
Reply With Quote