You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
RSA_PKCS1_PADDING is not supported since node 18.20, I added the code encryptOAEP to support encrypting text with padding: RSA_PKCS1_OAEP_PADDING and oaepHash: sha256.
Please take a look at the pull request #317.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
RSA_PKCS1_PADDING is not supported since node 18.20, I added the code
encryptOAEP
to support encrypting text with padding: RSA_PKCS1_OAEP_PADDING and oaepHash: sha256.Please take a look at the pull request #317.
Thanks.
The text was updated successfully, but these errors were encountered: