RSA encryption padding change from PKCS1Padding to OAEPWithSHA-256And…
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
-
[X] I have read the Auth0 general contribution guidelines
-
[X] I have read the Auth0 Code of Conduct
-
[X] All existing and new tests complete without errors