for jsrsasign 4.2.0: LAST UPDATE: 2013-Oct-07
Here is the list of supported algortihms in jsrsasign.
Function | Algorithm | Note |
---|---|---|
Signature algorithm | RSA, RSAPSS, ECDSA, DSA | based on Tom Wu's Lib(RSA), David Halls's contribution(RSAPSS), BitCoinJS(ECDSA) and OpenPGP.js(DSA). |
Message authentication code | Hmac{MD5,SHA1,SHA224,SHA256,SHA384,SHA512} | based on CryptoJS |
Message digest | MD5,SHA{1,224,256,384,512},RIPEMD160 | based on CryptoJS and SJCL |
Named curves of elliptic curve cryptography | secp256r1,secp256k1,secp384r1 | based on BitCoinJS and Tom Wu's Lib |
key protection algorithm for PKCS#8 encrypted private key | PBKDF2/HmacSHA1/3DES | based on CryptoJS |
key protection algorithm for PKCS#5 encrypted private key | DES-CBC, DES-EDE3-CBC, AES-{128,192,256}-CBC | based on CryptoJS |