Free OpenPGP Public Key QR Code Generator
Paste an ASCII-armored OpenPGP public key block and get a QR. Hand off your key in person without typing fingerprints.
- Generatore di QR code
- Progettista di biglietti da visita gratuito
- Biglietti da visita WiFi stampabili
- CSV in batch (500 codici)
- 40 Modelli
- 20 Lingue
I caricamenti locali rimangono nel tuo browser e appaiono solo sulla carta stampata. I dati QR utilizzano l'URL sopra.
Altri campi (opzionali)
Indirizzo
Profili social
Suggerimento: clicca con il tasto destro su Google Maps e copia le coordinate
Una bandiera svizzera rossa viene automaticamente sovrapposta al QR — richiesto dalle banche svizzere.
Incolla una fattura BOLT11 (lnbc...) o un indirizzo Lightning. Aggiungiamo il prefisso dello schema URI lightning: in modo che qualsiasi portafoglio Lightning possa scansionarlo.
Compatibile con Google Authenticator, Authy, 1Password, Bitwarden e qualsiasi app TOTP standard.
Codifica l'intera riga authorized_keys. Scansiona per copiare/incollare la chiave su una nuova macchina.
Per chiavi molto lunghe, usa rMQR orizzontale o suddividi in più QR. Il QR standard arriva fino a circa ~2 KB.
Le app ufficiali WireGuard per dispositivi mobili scansionano questi direttamente. Non includere mai la tua chiave privata in un QR stampato — solo per la condivisione digitale.
GS1 Digital Link è l'alternativa moderna e adatta al web al codice a barre EAN-13 per i prodotti al dettaglio. Il dominio del resolver predefinito è id.gs1.org, ma puoi usare il tuo.
Incolla il link di condivisione dall'app Spotify, o solo l'ID. Costruiamo l'URL open.spotify.com automaticamente.
Il formato dipende dalla piattaforma — per Mastodon usa @utente@istanza, per Bluesky usa handle.bsky.social, per Nostr incolla la chiave npub.
L'URI Geo (RFC 5870) si apre direttamente in qualsiasi app di mappe sul dispositivo — Google Maps, Apple Maps, OsmAnd, ecc. — senza scegliere un fornitore.
Link magnet BitTorrent standard. Scansionato da qualsiasi client BitTorrent che supporti i gestori di schema URI.
Incolla un payload iCalendar RFC 5545 completo — supporta più eventi, allarmi e regole ricorrenti. La maggior parte delle app di calendario importa il QR direttamente.
I caricamenti locali rimangono nel tuo browser e appaiono solo sulla carta stampata. I dati QR di MeCard non hanno un campo foto.
MeCard è un'alternativa più semplice a vCard, preferita da alcuni dispositivi Android
Altri campi (opzionali)
Indirizzo
Capacità Micro QR: 35 cifre, 21 caratteri alfanumerici maiuscoli, o ~15 byte (minuscolo/URL). Ideale per codici brevi, numeri seriali e ID. Per gli URL, usa il QR standard.
Rectangular Micro QR — un formato stretto e largo, ideale per provette, braccialetti e strisce per biglietti. Fino a 361 caratteri.
Mostra altri 30 modelli
Salva uno stile con il pulsante sopra per conservare i tuoi preferiti qui.
Oppure scegli un'icona predefinita:
Renders behind the QR at reduced opacity. Auto-forces EC=H so the QR still scans through the photo.
Generazione in batch
Carica un CSV per generare fino a 500 QR code in un unico batch. Ogni riga diventa il proprio QR: scegli un modello o personalizza 21 proprietà per riga: colori, cornici, stili di punti/occhi/pupille, gradienti, trasparenza, dimensioni, correzione errori, formato, logo integrato e molto altro.
21 colonne: type, data, filename, frametext, frame, template, fgcolor, bgcolor, size, ec, dotstyle, eyestyle, format, logo, gradient, g2, gtype, gangle, transparent, eyeball, eyecolor. Solo type e data sono obbligatori. Usa | per separare i campi all'interno di data (es. ssid|password|WPA).
Supportati tutti i 20 tipi di QR, inclusi URL, WiFi, vCard, MeCard, Email, SMS, Event, Location, UPI, SEPA, PayPal, Crypto, Micro QR e rMQR. Scarica il CSV di esempio per vedere tutte le colonne, i 40 modelli, gli 11 stili di cornice e i 12 loghi integrati in azione.
Salva l'intero QR â tipo, tutti i valori dei campi, stile, frame, logo, design del biglietto da visita â come un singolo file .qr.json. Caricalo in seguito per ricreare tutto in un clic.
Inserisci il contenuto per generare il tuo codice QR
Firme elettroniche valide in tribunale
Abundera Sign va oltre le firme elettroniche di base. Ogni documento ottiene una prova crittografica, verifica indipendente e un pacchetto di prove a prova di manomissione.
- Pacchetti di prove pronti per il tribunale generati automaticamente
- Sigillo personale del documento — rileva immediatamente le manomissioni
- Ancorato a 5 sistemi indipendenti — nessun singolo punto di guasto
Use case
You're at a key-signing party, a security conference, or a cypherpunk meetup. Someone wants your OpenPGP public key. You could rattle off your fingerprint (40 hex characters) and have them fetch from a keyserver — except keyservers are unreliable, censored, or compromised in many jurisdictions, and SKS has been deprecated. Or you could just hand them a QR.
OpenPGP public key blocks are bigger than SSH keys (~2KB for an RSA-3072 keypair, more for ECC with multiple subkeys). They sometimes hit the QR capacity limit. For very long keys, switch to rMQR (rectangular Micro QR) which has a more print-friendly aspect ratio, or split the key across multiple QRs using a structured-append protocol.
Verifying after scan
Always verify the scanned key's fingerprint matches the human you're getting it from. The QR proves the key didn't get truncated in transit, but it doesn't prove the human is who they say they are — that's what the in-person handoff is for.
Frequently Asked Questions
What format does the key block need to be in?
ASCII-armored, the standard output of 'gpg --armor --export user@example.com' or 'gpg --export-options export-minimal --armor --export
Can I encode my secret key?
Technically yes (the encoder doesn't care about the content), but you absolutely should not. Secret keys belong on encrypted hardware. Don't paste secret material into web tools.
What if my key is too big?
Use 'gpg --export-options export-minimal' to strip non-essential signatures, or export only the primary key without subkeys. If it's still too big, generate a new ECC key (Curve25519 or NIST P-256) — they're tiny compared to RSA-4096.
Will the QR scanner decrypt anything?
No. The QR contains an ASCII-armored public key block, which the scanner returns as text. Importing it into a keyring is a separate step — pipe the scanned text into 'gpg --import'.
Can I encode just my fingerprint instead?
Yes — paste your 40-character fingerprint into the Text QR type. It's much smaller and scans on any phone, but the recipient still has to fetch the actual key from a keyserver, which defeats the point if they're using OpenPGP because keyservers are unreliable.
Does this work for OpenPGP smartcards (YubiKey, Nitrokey)?
Yes — export the public key from the card with 'gpg --card-status' and 'gpg --armor --export
What about WKD (Web Key Directory)?
WKD is fine and our QR doesn't compete with it — they solve different problems. WKD is for automated lookups by email; QR is for in-person handoffs and air-gapped systems.