Are encoding tools secure? Are private keys uploaded?
Most tools compute locally — keys and plaintext are not uploaded. RSA pairs are generated in-browser. Avoid sensitive keys on shared devices.
DevTools Encoding tools cover Base64, JWT decode/generate, SHA256/MD5/HMAC, bcrypt, RSA key pairs, SSL certificate parsing, and password strength — mostly local browser processing.
Encode and decode Base64 online—quickly convert between plain text and Base64 strings.
Open toolDecode JSON Web Tokens and inspect Header, Payload, and time-related claim fields.
Open toolGenerate SHA-256 hash digests from input text for checksums, signing, and integrity verification.
Open toolGenerate MD5 digests from text—suited for legacy checksums and quick comparison workflows.
Open toolGenerate HMAC digests with a secret key—useful for webhook signatures and API auth debugging.
Open toolCreate and sign JWTs—configure Header, Payload, and common claims, then export the token.
Open toolGenerate and verify Bcrypt password hashes with configurable salt rounds to balance security and performance.
Open toolGenerate PEM-format RSA public/private key pairs for encryption, signing, and JWT RS256 testing.
Open toolParse SSL certificates, CSRs, and PEM content—view issuer, SAN, validity, and chain details.
Open toolAssess password strength, length, character coverage, and brute-force cost to help choose stronger credentials.
Open toolEncoding and crypto are core to web dev, API auth, and ops. This toolset provides hashing, JWT tools, and certificate parsing in one place.
Most tools compute locally — keys and plaintext are not uploaded. RSA pairs are generated in-browser. Avoid sensitive keys on shared devices.
The decoder shows Header and Payload. Signature verification must be done server-side with your secret.
SHA256, MD5, and HMAC (multiple algorithms), all computed locally.
Convert between common formats: CSV/JSON, YAML/JSON, TOML/JSON, Markdown/HTML, timestamps, image Base64, text encodings, and number bases.
Format and beautify SQL, HTML, XML, and YAML, plus a regex debugger—all run locally in the browser, free with no sign-up.
Full JSON toolkit: format, validate, minify, convert to CSV/XML, diff, generate and validate Schema, JSONPath, and tree view—all processed locally in the browser.
Upload a logo, preview browser and Google search results, configure iOS/Android icons, and generate a complete favicon package in one click.