Hello ! its the first time i have used the encryption module , i have run a microfolow before the commit to make an encryption encryption is done okay , but when i tried to call the decryption Microflow it throughs the below error , could anyone help me in solving this problem com.mendix.core.CoreException: com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: Cannot decrypt the text because it was either NOT encrypted with a key of length 16 or they key is different at Encryption.Decrypt (Error : '') at MyFirstModule.decryptConfig (SubMicroflow : 'Decrypt') at MyFirstModule.sendSmsMicroflow (SubMicroflow : 'decryptConfig')
asked
Ayah Alquarshi
1 answers
0
Are you sure your encryption key is exactly 16 characters? Or you made your encryption key differs from the one you are using trying to decrypt the key.