TakeScoop / SwiftyRSA

RSA public/private key encryption in Swift
MIT License
1.28k stars 346 forks source link

How can it use equivalent of 'RSA/NONE/OAEPWithSHA1AndMGF1Padding' #189

Open ZhaoCabin opened 4 years ago

ZhaoCabin commented 4 years ago

Java has the cipher of 'RSA/NONE/OAEPWithSHA1AndMGF1Padding'

how can it use in the framework?

keskin commented 3 years ago

Hi, you can use .OAEP for padding