Auth0.Android icon indicating copy to clipboard operation
Auth0.Android copied to clipboard

RSA encryption padding change from PKCS1Padding to OAEPWithSHA-256And…

Open utkrishtsahu opened this issue 7 months ago • 2 comments

RSA encryption padding change from PKCS1Padding to OAEPWithSHA-256And

Changes

Updated padding for RSA encryption from PKCS1Padding to OAEPWithSHA-256And also checked for migration for the same.

References

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. Since this library has unit testing, tests should be added for new functionality and existing tests should complete without errors.

  • [X ] This change adds unit test coverage

  • [X ] This change adds integration test coverage

  • [ X] This change has been tested on the latest version of the platform/language or why not

Checklist

utkrishtsahu avatar May 19 '25 05:05 utkrishtsahu