Using Plesk Version 17.8.11.
Mysql has some nice real time encryption/decryption (aes_encrypt/aes_decrypt) possibilities that others like libsodium dont have at the moment.
On earlier versions mysql was build with ECB mode as onliest option. Since version 5.6.17 its possible to use other modes like CBC wich is a lot more secure.
Did on my plesk version mysql server is already build/configured with secure cbc mode or is it still ecb ?
If not you should definitely do that as default, could you show me in meantime a temporary fix ? ECB is very insecure and makes every encryption useless.
Understand and satisfy your AES encryption needs with 5.6.17
For not real time encryption/decryption every one should take libsodium instead (built in latest php version 7.2.9).
Mysql has some nice real time encryption/decryption (aes_encrypt/aes_decrypt) possibilities that others like libsodium dont have at the moment.
On earlier versions mysql was build with ECB mode as onliest option. Since version 5.6.17 its possible to use other modes like CBC wich is a lot more secure.
Did on my plesk version mysql server is already build/configured with secure cbc mode or is it still ecb ?
If not you should definitely do that as default, could you show me in meantime a temporary fix ? ECB is very insecure and makes every encryption useless.
Understand and satisfy your AES encryption needs with 5.6.17
For not real time encryption/decryption every one should take libsodium instead (built in latest php version 7.2.9).
Last edited: