AKushWarrior / steel_crypt

A collection of high-level API's exposing PointyCastle to perform hashing and encrypting in popular/secure algorithms.
https://pub.dev/packages/steel_crypt
Mozilla Public License 2.0
40 stars 10 forks source link

RSA/None/OAEPWithSHA-256AndMGF1Padding #31

Closed sarbagyastha closed 4 years ago

sarbagyastha commented 4 years ago

Is there any way to support encryption using RSA/None/OAEPWithSHA-256AndMGF1Padding algorithm, which is from Java's JCE?

AKushWarrior commented 4 years ago

I don't know. I'll look into it.

Edit: Okay, this will take some significant work. I'll mark this as wontfix for now, although I might revisit in the future. Maybe after steel_crypt 2.0 is out?

sarbagyastha commented 4 years ago

Okay. Any timeline for 2.0 ?

AKushWarrior commented 4 years ago

Approx. three weeks for 2.0.

I would need another week or so to add this, if I decide to do it.

AKushWarrior commented 4 years ago

Super-sorry about the jerk-around, but I've decided to deprecate RSA. You can read my reasoning on the README, and maybe refile this issue at https://pub.dev/packages/crypton

sarbagyastha commented 4 years ago

@AKushWarrior No problem. Found a workaround already.

AKushWarrior commented 4 years ago

Good for you. Mind posting it (on GitHub or elsewhere)? Interested in reading the code.