Encoding, Hashing and Tokens

Base64 and URL encoding, SHA-256 and MD5 hashes, JWT inspection and cURL translation.

  • JWT Decoder — Decode a JSON Web Token header and payload locally. Signatures are not verified.
  • Base64 Encode / Decode — Encode and decode Base64 and Base64URL with correct UTF-8 handling.
  • URL Encode / Decode — Percent-encode or decode text, or break a full URL into its parts.
  • cURL → code — Translate a cURL command into fetch, axios or Python requests code.
  • Hash Generator — Compute SHA-256, SHA-384, SHA-512, SHA-1 and MD5 digests of text or a file.

Other categories

DevConvert home