Encryption not working in 10.21.0

0
I'm experiencing issues with Encryption in 10.21.0. I was not able to solve it and reverted back to 10.20.0 where it is (still) working.   Here is the error I get: Cannot find any provider supporting AES/GCM/PKCS5PADDING
asked
2 answers
1

Probably caused by the following from the release notes:

"We removed support for Java 11 and Java 17, please use Java 21"

 

Encryption release notes for version 10.0.3 says:

"- We changed AES/GCM/PKCS5PADDING to AES/GCM/NoPadding, this is equivalent for AES in GCM mode but will prevent errors when using Java 21. (Ticket 225806)"

 

Did you update your Encryption module?

answered
0

I did not! I searched the internet but missed this one:

 

image.png

I now see it is in the release notes. Sorry, missed it, my bad!

 

Thanks for answering this, Martijn.

answered