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.
- Best for
- Sharing a PGP public key at conferences, in email footers, on business cards.
- Scans on
- OpenKeychain (Android), desktop PGP tools.
- When not to use
- For long keys (>4KB) — the QR becomes too dense; host on a keyserver and share the URL instead.
- Standards
- RFC 9580 OpenPGP; ASCII-armoured public key.
- QR-generaattori
- Ilmainen käyntikorttisuunnittelu
- Tulostettavat WiFi-kortit
- CSV-erät (500 koodia)
- 40 mallipohjaa
- 20 kieltä
Yhteensopivuusselite
Tämä viivakoodimuoto renderöityy mustavalkoisena vain etu- ja taustavärillä. Mallit, piste-/silmämuodot, liukuvärit, kehykset ja keskuslogot koskevat vain QR-koodeja ja on piilotettu täällä.
Näytä 30 lisää mallipohjaa
Tallenna tyyli yllä olevalla painikkeella pitääksesi suosikkisi täällä.
Tai valitse sisäänrakennettu kuvake:
Näytä 108 lisäkuvaketta
Renderöidään QR:n taakse alennetulla läpinäkyvyydellä. Pakottaa automaattisesti EC=H, jotta QR skannautuu edelleen valokuvan läpi.
Erägenerointi
Lataa CSV luodaksesi jopa 500 QR-koodia yhdessä erässä. Jokaisesta rivistä tulee oma QR-koodi — valitse mallipohja tai ohita 21 ominaisuutta rivikohtaisesti: värit, kehykset, piste-/silmä-/silmänmunatyylit, liukuvärit, läpinäkyvyys, koko, virheenkorjaus, muoto, sisäänrakennettu logo ja paljon muuta.
21 saraketta: type, data, filename, frametext, frame, template, fgcolor, bgcolor, size, ec, dotstyle, eyestyle, format, logo, gradient, g2, gtype, gangle, transparent, eyeball, eyecolor. Vain type ja data ovat pakollisia. Käytä | erottaaksesi kentät data-sisällön sisällä (esim. ssid|password|WPA).
Kaikki 20 QR-tyyppiä tuettu, mukaan lukien URL, WiFi, vCard, MeCard, Email, SMS, Event, Location, UPI, SEPA, PayPal, Crypto, Micro QR ja rMQR. Lataa esimerkki-CSV nähdäksesi jokaisen sarakkeen, kaikki 40 mallipohjaa, 11 kehystyyliä ja 12 sisäänrakennettua logoa toiminnassa.
1. Lataa esimerkki-CSV · 2. Muokkaa sitä datallasi · 3. Lataa se tänne
Tallenna koko QR — tyyppi, kaikki kenttäarvot, tyyli, kehys, logo, käyntikortin suunnittelu — yhtenä .qr.json-tiedostona. Lataa se myöhemmin luodaksesi kaiken uudelleen yhdellä napsautuksella.
Syötä sisältö luodaksesi QR-koodin
Sähköiset allekirjoitukset, jotka kestävät oikeudessa
Abundera Sign menee peruskäyttöisiä sähköisiä allekirjoituksia pidemmälle. Jokainen asiakirja saa kryptografisen todisteen, itsenäisen todentamisen ja väärentämiseltä suojatun todistuspaketin.
- Automaattisesti luodut oikeudessa kelpaavat todistuspaketit
- Henkilökohtainen asiakirjasinetti — havaitsee peukaloinnin välittömästi
- Ankkuroitu 5 itsenäiseen järjestelmään — ei yhtä vikapistettä
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.
Saatavilla 26 kielellä
Täysin käännetty käyttöliittymä, alkuperäinen kirjoituksen renderöinti ja oikealta vasemmalle ‑tuki arabialle ja urdulle.
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.