1 Answers
Ahh well done for getting it sorted and thanks for letting us know how you fixed this!
Faye
Sign Up Free or Log In to participate!
Don’t see the instruction for OpenSSL on windows. I downloaded the windows version but the commands don’t seem to work.
openssl rsautl -encrypt
-in PlaintextKeyMaterial.bin
-oaep
-inkey PublicKey.bin
-keyform DER
-pubin
-out EncryptedKeyMaterial.bin
Ahh well done for getting it sorted and thanks for letting us know how you fixed this!
Faye
Psst…this one if you’ve been moved to ACG!
Well this worked openssl rsautl -encrypt -in PlaintextKeyMaterial.bin -oaep -inkey wrappingKey_### -keyform DER -pubin -out EncryptedKeyMaterial.bin
replace wrapper## with your wrapper filename