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.
I'm using jsrsasign for signature verification, and the verification results on Chrome browsers on PC and mobile devices are inconsistent. Has anyone else encountered this situation? This situation only occurs in Chrome browsers, and some Android webview also have this problem.
I'm using jsrsasign for signature verification, and the verification results on Chrome browsers on PC and mobile devices are inconsistent. Has anyone else encountered this situation? This situation only occurs in Chrome browsers, and some Android webview also have this problem.