EtonDigital / EDBlogBundle

EDBlogBundle is extensive and user friendly blog bundle for Symfony2. It provides a lot of interesting features that makes a serious bloging platform from your Symfony2 application. It is very intuitive and flexible, you can easily fit it to your own needs.
MIT License
35 stars 20 forks source link

Comments id encryption problem #18

Open nickworker opened 8 years ago

nickworker commented 8 years ago

Warning: mcrypt_encrypt(): Key of size 7 not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported

https://github.com/EtonDigital/EDBlogBundle/blob/master/Util/EDEncryption.php#L50

cvele commented 7 years ago

Not only that, but function is deprecated as of PHP7.1. Take a look at openssl_encrypt as a replacement.