We upgraded to php 7.2, and it looks like mcrypt is removed. This causes the error "Call to undefined function mcrypt_module_get_supported_key_sizes()".
We moved back to php 7.1, but we'd like to stay as current as possible due to security patches, etc. Can we switch to another encryption package, or at least opt into another option via a config file? Thanks.
We upgraded to php 7.2, and it looks like mcrypt is removed. This causes the error "Call to undefined function mcrypt_module_get_supported_key_sizes()".
We moved back to php 7.1, but we'd like to stay as current as possible due to security patches, etc. Can we switch to another encryption package, or at least opt into another option via a config file? Thanks.