kjur / jsrsasign

The 'jsrsasign' (RSA-Sign JavaScript Library) is an opensource free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp, CAdES and JSON Web Signature/Token in pure JavaScript.
https://kjur.github.io/jsrsasign
Other
3.25k stars 646 forks source link

RSA-OAEP encryption isssue #621

Closed aniketkumar5676 closed 4 months ago

aniketkumar5676 commented 4 months ago

When i try to encrypt €¥₹ using RSA-OAEP, it return malformed symbol after decryption of encrypted string. Like ₹ becomes ¹

aniketkumar5676 commented 4 months ago

@kjur help here

kjur commented 4 months ago

I'm sorry but RSA-OAEP was no more supported since jsrsasign 11.0.0 because of vulnerability.