Questions tagged [oaep]

OAEP (Optimal Asymmetric Encryption Padding) is defined in PKCS1 and, of the two methods defined in that standard, it is the more secure one.

16 questions
0
votes
0 answers

what is the equal padding for RSA/ECB/OAEPWithSHA-1AndMGF1Padding in Swift?

I use RSA for encrypt data and send to server, and I saw a java file to find out how Android encryption works and I find the padding that Android uses: "RSA/ECB/OAEPWithSHA-1AndMGF1Padding". I use SwiftyRSA pod and I have .OAEP padding and I encrypt…
1
2