PointyCastle / pointycastle

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

Java rsa/ecb/oaepwithsha-256andmgf1padding support? #193

Open fengerzh opened 5 years ago

fengerzh commented 5 years ago

Does pointycastle support Java rsa/ecb/oaepwithsha-256andmgf1padding? I hope we can encrypt with pointycastle and decrypt with Java.

DaryLee commented 5 years ago

PUSH: would be nice to choose between different digests. need sha-256 too, because sha-1 is not very secure