Skip to content
Solvex Space

Cybersecurity · free, no signup

Encoded Payload Decoder

Paste a suspicious encoded string — a PowerShell command, a URL parameter, a script fragment — and see it decoded layer by layer, with what each layer revealed. The property it gets right that naive decoders do not: a successful decode is not the same as a real one. Base64 accepts any input of the right alphabet, and the decisive check is the proportion of invalid-UTF-8 replacement characters, because that character is ITSELF printable — a decode of pure noise otherwise scores as clean text on every other measure while being nothing but a wall of them. A layer that only marginally qualifies is reported as uncertain rather than chained onward, because inventing a decoding that never happened puts fabricated plaintext in front of an analyst. Nothing is executed, fetched, decompressed or evaluated; binary layers are identified by magic bytes and left alone.

Authorized, defensive use only. Check assets you own or lawfully public data. This tool is educational and never provides another party's private data.

Paste a suspicious encoded string and see it peeled apart layer by layer — base64, hex, percent-encoding, HTML entities, unicode escapes, and PowerShell's UTF-16 -EncodedCommand — with what each layer revealed.

Nothing is executed. No command is run, no URL is visited, no archive is opened. And a decode that succeeds is not the same as a decode that is real — base64 accepts any input of the right alphabet, so a layer that only marginally reads as text is reported as uncertain rather than chained onward as though it were the payload.

Paste it exactly as found. Preserve the original — a decoded copy loses the exact bytes.

What happens to what you enter

  • The analysis runs on Solvex servers. What is recorded afterwards is a SHA-256 hash of your input and a coarse summary of the outcome — never the input itself, and never a result you could be identified from.
  • Tools that read public sources (certificate logs, DNS, a public chain) contact those sources from our servers through a fetcher that refuses private and internal addresses.
  • An email address is stored only where a tool offers to send you a report and you choose to give one.

Limits: ten runs of this tool per minute from one address, and three signed reports per minute. Past that the tool says so and tells you when to try again.

When a free check is not enough

This tool reads what is public and reports what it can see. The Malware Analysis engagement is the authorized, specialist-led version: signed scope, findings proven by hand, a signed report, and a retest.

Explore Malware Analysis
Encoded Payload Decoder — Solvex Space