jl.
jl.

Reputation: 2239

How to encode a value in PKCS7 with Java?

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.

Upvotes: 2

Views: 6960

Answers (1)

Michał Niklas
Michał Niklas

Reputation: 54312

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

Upvotes: 4

Related Questions