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

Will new version support RSA and RSAOAEP encryption? #609

Closed wangputao1 closed 7 months ago

wangputao1 commented 7 months ago

restore KJUR.crypto.Cipher class without RSA and RSAOAEP encryption/decryption support, will new version suppprt again?

kjur commented 7 months ago

I'm sorry but there is no plan to support them again. Please use other APIs such as W3C WebCrypto APIs.