imchintan / react-native-crypto-js

CryptoJS is a growing collection of standard and secure cryptographic algorithms implemented in JavaScript using best practices and patterns. They are fast, and they have a consistent and simple interface.
MIT License
39 stars 22 forks source link

RSA PKCS#1v1.5 SHA 256 decrypt #10

Open cretumarius opened 4 years ago

cretumarius commented 4 years ago

Hello! I have aRSA PKCS#1v1.5 SHA 256 signature, and the public key. It is possible to decrypt using this library?

imchintan commented 4 years ago

No @cretumarius, RSA PKCS#1v1.5 SHA 256 signature does not support.

cretumarius commented 4 years ago

Do you know any package that can provide this solution?