You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry, I never tried/needed OAEPWithSHA1AndMGF1Padding. However MIHRSAPrivateKey and MIHRSAPublicKey have a property called rsaPadding (of type int) which just stores the padding flag for OpenSSL. You can try to set it to OAEPWithSHA1AndMGF1Padding and verify the output against some known implementation.
Hi!
Is it possible to decode / encode data with OAEPWithSHA1AndMGF1Padding?
The text was updated successfully, but these errors were encountered: