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
PHP Warning: openssl_decrypt(): IV passed is 21 bytes long which is longer than the 16 expected by selected cipher, truncating in ... /vendor/npr/npr-one-backend-proxy/src/One/Providers/EncryptionProvider.php on line 88
Looks like this can be fixed by switching over to PHP's multibyte string functions mentioned here: osTicket/osTicket#475 (comment)
I have a fix for this but not the time to address it and I want to ensure this isn't forgotten.
The text was updated successfully, but these errors were encountered:
jaredbiehler
changed the title
EncryptionProvider throwing PHP warning
EncryptionProvider throws PHP warning
Sep 12, 2016
PHP Warning: openssl_decrypt(): IV passed is 21 bytes long which is longer than the 16 expected by selected cipher, truncating in ... /vendor/npr/npr-one-backend-proxy/src/One/Providers/EncryptionProvider.php on line 88
Looks like this can be fixed by switching over to PHP's multibyte string functions mentioned here: osTicket/osTicket#475 (comment)
I have a fix for this but not the time to address it and I want to ensure this isn't forgotten.
The text was updated successfully, but these errors were encountered: