Zum Hauptinhalt springen

Encoder, Decoder und Hash-Generator

Konvertieren Sie Text von und nach Base64, Base64url, URL, JWT und Hex und generieren Sie MD5-, SHA-256-, SHA-512- und HMAC-Signaturen. Direkt in Ihrem Browser.

Text kodieren, dekodieren oder hashen

18 characters | 18 UTF-8 bytes

Tägliche Kodierung und Hashing für Netzwerkingenieure

Die Kodierung wandelt Text- und Binärdaten in sichere Transportformate (wie Base64 oder URL-Prozentkodierung) um, während kryptografisches Hashing deterministische Fingerabdrücke mit fester Länge erzeugt, um die Datenintegrität zu überprüfen und API-Webhooks zu authentifizieren. Dieses Tool führt alle Transformationen lokal in Ihrem Browser aus, sodass vertrauliche Nutzdaten niemals hochgeladen werden.

Funktionsumfang dieses Tools

  • Zwei-Wege-Base64-, URL-sichere Base64url- und URL-Parameter-Konvertierung mit Live-Fehlerbehandlung.
  • Captive Portal Redirect URL Parser mit Voreinstellungen für Cisco Meraki, Aruba ClearPass, Ruckus und Fortinet.
  • Vollständige Krypto-Suite einschließlich MD5, SHA-1, SHA-256, SHA-512 und HMAC-SHA256 mit benutzerdefiniertem Secret Key.

Captive portal redirect parameters and URL encoding standards

When a wireless client associates with a guest WiFi network, the access point (AP) or wireless LAN controller (WLC) intercepts the initial HTTP request and issues an HTTP 302 redirect to the external captive portal splash page. To maintain state across the onboarding flow, the controller appends essential hardware and network context to the query string.

1. Cisco Meraki splash parameters

Meraki MR access points pass base_grant_url (the endpoint to authorise the client), user_continue_url (the guest's target URL), node_mac (AP MAC address), and client_mac. Correct percent-encoding of the grant and continue URLs is essential to prevent redirection loops.

2. Aruba ClearPass and Instant AP parameters

Aruba Instant APs and controller-managed architectures pass cmd=login, mac, ip, essid, apname, and url. Nested original destination URLs must be safely decoded when constructing post-login landing pages.

3. Ruckus SmartZone and ZoneDirector parameters

Ruckus controllers forward sip (controller IP), uip (client IP), mac (unformatted or colon-separated MAC), vlan, and url. Our tool detects MAC formats and automatically identifies Ruckus controller redirect structures.

For a complete technical overview of captive portal onboarding protocols, RADIUS authentication, and walled garden configurations, review our comprehensive captive portal technical guide and the RADIUS setup reference guide.

Cryptographic hash functions and webhook signature reference table

Cryptographic hashes produce deterministic, fixed-length digest outputs from arbitrary input data. Unlike encoding (which is fully reversible), cryptographic hashes are one-way functions designed to verify data integrity and authenticate API requests.

AlgorithmDigest Output LengthSecurity StatusPrimary ApplicationStandard Specification
HMAC-SHA256256 bits (64 hex chars)Strong (Recommended)API authentication, webhook signature validation (Purple Webhooks, Stripe)RFC 2104 / FIPS 198
SHA-256256 bits (64 hex chars)Strong (Recommended)TLS certificates, digital signatures, blockchain proof-of-workFIPS 180-4 / NIST
SHA-512512 bits (128 hex chars)Strong (Recommended)High-security password hashing (with salt/KDF), data archivingFIPS 180-4 / NIST
SHA-384384 bits (96 hex chars)Strong (Recommended)NSA Suite B cryptography, enterprise VPN integrity checksFIPS 180-4 / NIST
SHA-1160 bits (40 hex chars)DeprecatedGit commit hashes, legacy file integrity checks (insecure for TLS)RFC 3174 (SHAttered attack 2017)
MD5128 bits (32 hex chars)Insecure / BrokenLegacy non-cryptographic file checksums and Content-MD5 headersRFC 1321 (Collision vulnerable)
CRC3232 bits (8 hex chars)Non-CryptographicEthernet frame check sequences (FCS), ZIP file archive integrityIEEE 802.3

Understanding the differences: encoding, encryption, and hashing

Encoding (Reversible, No Key)

Transforms data into a format safe for transmission across networks or storage in text systems (e.g. Base64, URL percent-encoding). Anyone can decode encoded data without a secret key. Encoding does not provide confidentiality.

Hashing (One-Way, Deterministic)

Generates a fixed-size fingerprint from input data. It is computationally infeasible to reconstruct the original input from the hash (preimage resistance) or find two inputs with the same hash (collision resistance). Used for integrity checks.

Encryption (Reversible with Key)

Transforms plaintext into ciphertext using a mathematical cipher (e.g. AES-256, RSA) and a cryptographic secret key. Only holders of the decryption key can recover the original data. Provides confidentiality.

Enterprise Captive Portal & API Integration

Automate guest WiFi onboarding and webhook data delivery

Eliminate manual captive portal scripting. Purple connects natively with Cisco Meraki, Aruba, Ruckus, Fortinet, and Extreme Networks to automate guest authentication, GDPR-compliant data capture, and real-time webhook delivery to your CRM.

Related network engineering tools and technical guides

Frequently asked questions

Was ist der Unterschied zwischen Kodierung, Verschlüsselung und Hashing?

Kodierung ist eine umkehrbare Transformation für den sicheren Datentransport ohne Schlüssel. Verschlüsselung schützt Daten mit einem geheimen Schlüssel. Hashing ist eine Einwegfunktion, die einen eindeutigen Prüfwert erzeugt.

Warum ist die URL-Kodierung für Captive-Portal-Weiterleitungsparameter erforderlich?

Wenn ein WLAN-Controller eine HTTP-Anfrage abfängt, hängt er Weiterleitungsparameter an. Sonderzeichen müssen prozentkodiert werden, damit Browser die Parameter nicht als URL-Trennzeichen interpretieren.

Wie unterscheidet sich Base64url von Standard-Base64?

Base64url ersetzt Plus (+) durch Minus (-) und Schrägstrich (/) durch Unterstrich (_) und entfernt nachgestellte Gleichheitszeichen (=), um Tokens für URLs und JWTs sicher zu machen.

Wie überprüft man HMAC-SHA256-Signaturen bei API-Webhooks?

Die sendende Plattform berechnet einen HMAC-SHA256-Hash des HTTP-Bodys mit einem gemeinsamen Secret. Ihr Server berechnet denselben Hash und vergleicht beide.

Welche Hash-Algorithmen sind 2026 für Netzwerkanmeldedaten sicher?

SHA-256, SHA-384 und SHA-512 werden von NIST empfohlen. MD5 und SHA-1 weisen bekannte Kollisionsschwachstellen auf und dürfen nicht für Sicherheitszwecke verwendet werden.

Sendet dieses Tool Token oder URLs an einen externen Server?

Nein. Alle Transformationen laufen zu 100 % lokal in Ihrem Browser über die native Web Crypto API.

Building captive portals or webhook integrations?

Encoding redirect URLs and validating HMAC webhook signatures is part of every custom WiFi deployment. Purple automates the complete onboarding workflow, data validation, and CRM synchronisation across your entire access point fleet.

Book a 20-min demo
Free Desktop App

Netforge Network Multi-Tool

Run offline network health checks, path analysis, and latency diagnostic scans directly from your desktop.

Download Multi-Tool