Decisions Encryption Options
I'm struggling with encryption and decryption in Decisions and I'm still relatively new to Decisions development.
I have downloaded the PGP module and it works but........the application on the other end is a NodeJS application, using openpgp, and we get the error below.
Error: Error decrypting message: Message is not authenticated.
After doing some research found out that it is caused if there is an older version of pgp while encrypting
https://github.com/openpgpjs/openpgpjs/discussions/1418
I believe it is because the PGP module uses bouncycastle (.NET) and that is not compatible with the nodejs openpgp module.
Are there any other options for encryption/decryption in Decisions? Or, has someone had this issue before and has been able to solve it.
Thank you-Nancy