jsencrypt icon indicating copy to clipboard operation
jsencrypt copied to clipboard

RSA_PKCS1_PADDING is not supported since node 18.20, please take a look at the pull request

Open kingller opened this issue 1 year ago • 0 comments

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.

kingller avatar Dec 02 '24 02:12 kingller