PKCS12 with AES for openssl 3.0 support #1995
Unanswered
felix-office
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're currently using
pbeWithSHAAnd3_KeyTripleDES_CBC
andpbeWithSHAAnd40BitRC2_CBC
for PKCS12 but they are discontinued in openssl 3.0 in flavor of stronger algorithmns like AES. We've tried multiple ways to get to AES with bountycastle 1.79 but we failed.Current code:
We're for example tried to use
NISTObjectIdentifiers.id_aes256_CBC
but that ends up inWhats the way to use PKCS12 with AES?
Beta Was this translation helpful? Give feedback.
All reactions