Privvert logoPrivvert

Base64

Codifica / decodifica

Or encode a file to Base64
Drop a file
up to 20 MB
Dimensione massima: 20 MB

Informazioni su questo strumento

Encode and decode Base64 - handy for embedding binary data in JSON, debugging APIs and inspecting JWTs.

Funzionalità

  • Encode and decode strings or files
  • URL-safe Base64 option
  • Live two-way conversion
  • Local

Come si usa

  1. Paste text or upload a file.
  2. Pick encode or decode.
  3. Copy the result.
🔒 100% privato

Tutto avviene all'interno del tuo browser con JavaScript e WebAssembly. I tuoi file non vengono mai caricati su un server, mai memorizzati e mai visti da noi.

Domande frequenti

What's URL-safe Base64?

It replaces + and / with - and _ so the value can sit safely in URLs.