Community common module encrypt/decrypt error

0
Hi I have recently upgraded the application from 8.18.19 to 9.6.10 and upgraded the community common module and since the encrypt and decrypt java actions from the modules are deprecated I am getting errors so how can we solve that error
asked
2 answers
2

The encryption and decryption functionality was removed from version 9 of Community Commons after being deprecated in 8.7. The release notes say to use the functionality in the Encryption module from the Marketplace instead. Try the EncryptString and DecryptString actions from the Encryption module, you’ll find them in the “Private String – en/de-cryption” folder.

https://marketplace.mendix.com/link/component/1011

Good luck and I hope this helps.

answered
0

Hi Sahil,

Which ever module names you are getting the javaAction compilation errors try to update that modules from the marketplace it will resolve the issue may be the encryption module gives error because in the latest versions the encryption key is changed to 32bit from 16bit.

answered