Question

I would like to use PKCS7 encryption to encode a value together with Java and Java Servlet. Is there any available library and references to do the encryption? Any sample or tutorial that I could follow?

Thank you.

Was it helpful?

Solution

For general cryptografy I use bouncycastle library. I haven't used PKCS7, but there is example how to use it: PKCS7 Signatures using Bouncy Castle

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top