• Resolved aporter

    (@aporter)


    Hi,

    We have recently had reports of a plugin conflict between this plugin and ours UpdraftPlus.

    Upon further investigation we found that the issue is your plugin defines it’s own versions of the various mcrypt functions (encrypt, decrypt) but these implementations don’t work like the originals, in our case this then causes the decryption to fail.

    It fails because we try to decrypt using a certain cipher in this case MCRYPT_RIJNDAEL_128 but your implementation of the function has a hardcoded cipher value of aes-256-cbc.

    This isn’t the only plugin of ours which would have this conflict and I assume other plugins will also have these same problems.

    if the function doesn’t exactly do what mcrypt_*() does, then it should be called something else.

    Best Wishes,

    Ashley

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    You may be referring to an outdated commercial version of the plugin (those functions aren’t present in the version published in this directory). You may need a plugin update. We’d like to help more but we can’t reply about that in this forum. We are not allowed to support any customers in these forums.

    For pro or commercial product support please contact us directly on our site. This includes any pre-sales topics as well.

    Commercial products are not supported in these forums. We will happily answer this and any other questions you can have on our own site.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin conflict incomplete mcrypt functions’ is closed to new replies.