- JSON Formatter/Viewer
Format, minify, visualize and validate JSON.
- JSON Diff
Compare two JSON objects.
- JSON Schema Validator
Validate JSON schema online
- Base64 Encode/Decode
Encode and decode Base64.
- URL Encode/Decode
Encode and decode URL.
- UUID Generator v4 / v1
Generate UUIDs in v4 and other versions.
- Text Hash
Generate cryptographic hashes from your text input using a wide variety of algorithms.
- File Hash
Generate cryptographic hashes from your file using a wide variety of algorithms.
- JWT Decoder & Validator
Decode and validate JSON Web Tokens.
- CSV Viewer
View CSV data in a table.
- CSV to JSON Converter
Convert CSV to JSON.
- JSON to CSV Converter
Convert JSON to CSV.
Articles tagged with base64
Discover how Base64 encoding works, and why we use it.
Learn how to encode and decode Base64 strings in Rust using the base64 crate.
Discover what Base64 encoding is used for, its common use cases, and its role in safe data transmission. Learn why it’s not an ideal data encryption method.
Learn how to use Python to encode strings and images using base64 with this detailed guide, covering the built-in base64 library.