Viewing 3 replies - 1 through 3 (of 3 total)
  • You are incorrect. phpseclib uses mcrypt if it’s available. And even then only if OpenSSL isn’t. In PHP 7.2 mcrypt isn’t available so it doesn’t use mcrypt. And if OpenSSL isn’t available, either, phpseclib uses it’s own internal implementation.

    Looking at the replies in the link you provided supports this.

    Thread Starter Scott Paterson

    (@scottpaterson)

    @terrafrost,

    Using PHP 7.2, when you try to activate the plugin it throws this PHP error:

    “The Two Factor Auth plugin requires that PHP mcrypt installed. See PHP.net mcrypt >> for more info.”

    Ah – I thought you were saying that phpseclib was used by this plugin and that because mcrypt could be used by phpseclib that that meant that this plugin didn’t work on 7.2.

    Re-reading your post I guess I mistaken. I apologize!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Does not work with PHP 7.2’ is closed to new replies.