HTTP/1.1 402 PAYMENT REQUIRED agent402.base.eth · BASE · SOLANA · POLYGON · ARBITRUM · MONAD · CELO · AVALANCHE · STELLAR · ALGORAND · ROBINHOOD · USDC · USDG
Agent402 / tools / Encoding & crypto

Encoding & crypto

Hashes, HMAC signatures, base64/hex, JWT decoding, TOTP codes.

20 tools in this category - 20 free via proof-of-work. ← All tools

Hash

FREE w/ compute · or $0.001 · POST /api/hash

Cryptographic hash of a text string. Algorithms: sha256 (default), sha512, sha1, md5. Returns hex and base64 digests.

HMAC

FREE w/ compute · or $0.001 · POST /api/hmac

HMAC signature of a message with a shared key. Algorithms: sha256 (default), sha512, sha1. Returns hex and base64.

Base64

FREE w/ compute · or $0.001 · POST /api/base64

Base64 encode or decode text. mode: encode (default) or decode. Handles URL-safe base64 on decode.

Hex

FREE w/ compute · or $0.001 · POST /api/hex

Hex encode or decode text. mode: encode (default) or decode.

URL encode/decode

FREE w/ compute · or $0.001 · POST /api/url-code

Percent-encode or decode a string for URLs. mode: encode (default) or decode. component: true (default) uses encodeURICo…

JWT decode

FREE w/ compute · or $0.001 · POST /api/jwt-decode

Decode a JWT without verification: header, payload, expiry status, and time remaining. (Decoding only - signatures are N…

TOTP code

FREE w/ compute · or $0.002 · POST /api/totp

Compute the current TOTP code (RFC 6238, 30s period, SHA-1, 6 digits) from a base32 secret. Useful for agents that must …

Base58

FREE w/ compute · or $0.001 · POST /api/base58

Base58 encode or decode text (Bitcoin/IPFS alphabet). mode: encode (default) or decode.

Base32

FREE w/ compute · or $0.001 · POST /api/base32

Base32 (RFC 4648) encode or decode text. mode: encode (default) or decode.

CRC32

FREE w/ compute · or $0.001 · POST /api/crc32

CRC-32 checksum of a text string (hex), the IEEE polynomial used by zip/png/gzip.

ROT13 / Caesar

FREE w/ compute · or $0.001 · POST /api/rot13

Caesar-cipher a string. Default shift 13 (ROT13, self-inverse). Set shift for any rotation 1-25.

Morse code

FREE w/ compute · or $0.001 · POST /api/morse

Encode text to Morse code or decode it back. mode: encode (default) or decode. Words separated by ' / '.

HTML entities

FREE w/ compute · or $0.001 · POST /api/html-entities

Encode text to HTML entities or decode them back. mode: encode (default) or decode.

JWT verify (HMAC)

FREE w/ compute · or $0.002 · POST /api/jwt-verify

Verify an HS256/384/512 JWT signature against a secret and check expiry. Returns valid + decoded payload. (HMAC algorith…

JWT sign

FREE w/ compute · or $0.001 · POST /api/jwt-sign

Mint a signed JSON Web Token (HMAC: HS256 default, HS384, HS512) from a payload + secret. Pairs with jwt-decode/jwt-veri…

Punycode convert

FREE w/ compute · or $0.001 · POST /api/punycode-convert

Convert an internationalized domain name to Punycode (ASCII-compatible encoding, RFC 3492) or decode Punycode back to Un…

NATO phonetic alphabet

FREE w/ compute · or $0.001 · POST /api/nato-phonetic

Convert text to the NATO phonetic alphabet (Alpha, Bravo, Charlie...) or decode phonetic words back to text. Letters and…

Soundex hash

FREE w/ compute · or $0.001 · POST /api/soundex

Compute the American Soundex (NARA) phonetic hash code for one or more words. Soundex maps similar-sounding names to the…

Binary text

FREE w/ compute · or $0.001 · POST /api/binary-text

Convert text to its binary (base-2) representation (8-bit per character, space-separated) or decode binary back to text.…

Braille convert

FREE w/ compute · or $0.001 · POST /api/braille-convert

Convert text to Unicode Braille characters (Grade 1 / uncontracted) or decode Braille back to text. Supports letters, di…