Title: Plugin conflict incomplete mcrypt functions
Last modified: April 28, 2022

---

# Plugin conflict incomplete mcrypt functions

 *  Resolved [aporter](https://wordpress.org/support/users/aporter/)
 * (@aporter)
 * [4 years ago](https://wordpress.org/support/topic/plugin-conflict-incomplete-mcrypt-functions/)
 * 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](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [4 years ago](https://wordpress.org/support/topic/plugin-conflict-incomplete-mcrypt-functions/#post-15615423)
 * 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](https://wordpress.org/support/guidelines/#do-not-post-about-commercial-products).
   We will happily answer this and any other questions you can have [on our own site](https://apphourbooking.dwbooster.com/contact-us).
 * Thank you.

Viewing 1 replies (of 1 total)

The topic ‘Plugin conflict incomplete mcrypt functions’ is closed to new replies.

 * ![](https://ps.w.org/appointment-hour-booking/assets/icon-256x256.png?rev=1784135)
 * [Appointment Hour Booking - Booking Calendar](https://wordpress.org/plugins/appointment-hour-booking/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/appointment-hour-booking/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/appointment-hour-booking/)
 * [Active Topics](https://wordpress.org/support/plugin/appointment-hour-booking/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/appointment-hour-booking/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/appointment-hour-booking/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/plugin-conflict-incomplete-mcrypt-functions/#post-15615423)
 * Status: resolved