GZIP Compressor & Decompressor
Compress UTF-8 text or exact file bytes to GZIP, or decompress .gz files and Base64-encoded GZIP data locally in your browser.
SSH / OpenSSH Inspector workspace
Inspect OpenSSH keys, authorized_keys, known_hosts, certificates, and private-key envelope metadata locally. No SSH or network operation is performed.
Private-key material is never included in results or handoffs.
Did DecodeLens help?
Support the continued development of independent, browser-local developer tools.
GZIP bytes, header, and decoded content in one view
GZIP wraps DEFLATE-compressed bytes with a small RFC 1952 header and a CRC32/size trailer. DecodeLens keeps the exact bytes available while exposing the fields that help diagnose API payloads, backups, logs, and downloaded .gz files.
Supported input and safety rules
- Compresses UTF-8 text and exact file bytes with the browser-native GZIP stream implementation.
- Decompresses a .gz file or Base64-encoded GZIP input and validates its header, CRC32, and stored size.
- Decompressed bytes use the shared file detector, preview, text, hex, metadata, and download views.
- Concatenated multi-member GZIP, password protection, TAR extraction, and recursive decompression are not performed in this version.
- Output size, expansion ratio, worker time, and memory use are limited to keep the browser responsive.
Related tools for this workflow
Continue with tools that decode, convert, inspect, or verify the same data.
- PKI & certificates
PKI Workbench & Private Key Matcher
Match private keys, X.509 certificates, and PKCS#10 CSRs; verify public-key relationships and order supplied certificate chains.
Open tool - Security & identity
X.509 / PEM Certificate Decoder & Inspector
Inspect PEM or DER certificates, identity, validity, algorithms, SANs, extensions, fingerprints, and chain signatures.
Open tool - Binary analysis
Hex Viewer & Binary Inspector
Inspect file bytes, pasted hex, offsets, ASCII, numeric values, and magic-byte signatures.
Open tool