You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.
Results in Fatal error: Maximum execution time of 30 seconds exceeded in xxx\libraries\Joomla\Crypt\Cipher\Simple.php on line 86. Same with Cipher_Mcrypt.
When public or private keys of Key are not set,
Crypt->encrypt
andCrypt->decrypt
fall into infinite loops (tested with Cipher_Simple).Example:
Results in
Fatal error: Maximum execution time of 30 seconds exceeded in xxx\libraries\Joomla\Crypt\Cipher\Simple.php on line 86. Same with Cipher_Mcrypt.
I suggest checking the length of keys before calling Cipher type in Crypt like so:
The text was updated successfully, but these errors were encountered: