Skip to content

jsrsasign Online Tools

Kenji Urushima edited this page Apr 22, 2018 · 21 revisions

TOP | Wiki | DOWNLOADS | TUTORIALS | API REFERENCE | Online Tool | DEMO | NODE TOOL


Some useful online tools using "jsrsasign" are provided. You can also see them as sample codes for "jsrsasign". You can copy them to your web server or local file then they works on your browser.

String Converters

  • String Converter
    • Any strings such as Base64, Base64URL, hexadecimal and UTF-8 string can be converted to those string. This also provides ASN.1 dump.
  • Base64URL Decoder
    • decode Base64URL encoded string. This may be useful for JOSE such like JWS or JWK.
  • Base64URL Encoder
    • encode from any string to Base64URL encoded string. This may be useful for JOSE such like JWS or JWK.

ASN.1 Utilities

  • ASN.1 Dumper
    • dump a PEM string or a hexadecimal string as ASN.1 data.
  • ASN.1 Encoder NEW!!
    • generate ASN.1 data structure by JSON. Then save its ASN.1 DER data to local file.

Private/Public Key Utilities

  • ROCA Vulnerability Checker
    • The ROCA vulnerability is a weak RSA key vulnerability which is generated by some Infineon TPM and smart card tips. This tool can verify whether your key have ROCA weakness or not by a PEM formatted file of a X.509 certificate, public key or CSR.

PKI Utilities

CMS and CAdES Signature Utilities

  • CAdES signer
    • This tool generates RFC 5126 CAdES long term signature format data. Currently, this only supports CAdES-BES and CAdES-EPES.
  • CMS SignedData generator
    • This tool generates RFC 5652 Cryptography Message Syntax(CMS) SignedData format data.

RFC 3161 Timestamp Utilities

  • Timestamp Request Generator
    • This tool generates RFC 3161 TimeStampReq data from specified hash value for data to be timestamped.
  • Timestamp Token and Response Generator
    • This tool generates RFC 3161 TimeStampToken and TimeStampResp data by specifying signing private key for TSA(timestamp authority), TSA certificate and time stamp request. This works like TSA.

JSON Web Token(JWT) Utilities

  • JWT generator and verifier
    • This tool can generate and verify JWT.
  • JWT Verifier
    • This tool verifies JWT token by specifying shared secret or public key and some claimed attributes such as validation time or issuer.
Clone this wiki locally