PointyCastle / pointycastle

Moved into the Bouncy Castle project: https://github.com/bcgit/pc-dart
MIT License
270 stars 76 forks source link

Implement OAEP for RSA signature #59

Open stevenroose opened 8 years ago

stevenroose commented 8 years ago

From @izaera on February 12, 2014 7:23

Need to check what we are actually implementing (I think it's textbook RSA) and decide if it needs to be changed or enhanced in the future.

More info about RSA standards here: http://www.drdobbs.com/rsa-digital-signatures/184404605 and here: https://en.wikipedia.org/wiki/PKCS_1

Copied from original issue: izaera/cipher#59

lionlin commented 5 years ago

Hi, could you tell me how can i use OAEP for RSA

stevenroose commented 5 years ago

@lionlin You can't yet, I'm afraid. This issue is the tracker to implement the feature and AFAIK, no one did it yet.

peter-meemo commented 5 years ago

AsymmetricBlockCipher('RSA/OAEP') does not fail (although I think the RSA/OAEP implementation has issues), is this issue still open?

peter-meemo commented 5 years ago

(Previous comment referring to https://github.com/PointyCastle/pointycastle/issues/177 )