Two jobs in one form: wrap a FIDO:/ hybrid-transport URI from your WebAuthn server for scan-to-sign-in, or link to your passkey enrollment / management page. No passkeys created here — we only encode what your relying party issues.
Verify our privacy claims live, from your browser▾
These values are computed in your browser right now. No server round-trip. Click any row for a one-line explanation.
Outbound requests after page load…Expected: 0Everything runs in your browser, so no data ever leaves after the initial page load.
Third-party domains contacted…Expected: 0No analytics, no CDN fonts, no avatar services, no trackers — single origin only.
Cookies set…Expected: 0No session, no analytics, no preferences in cookies. Nothing to sync, nothing to leak.
localStorage keys…Only your saved QRs and preferencesSaved templates, history, and language preference. Inspected in Application → Local Storage.
Service worker status…Offline-readyStatic assets cached for offline use. You can disable your network and the generator still works.
Network status…Offline proof: turn off WiFi, click Generate. Still works.The simplest proof. If this were secretly a client for a server, offline would break it.
This symbology renders monochrome with foreground and background colours only. Templates, dot/eye shapes, gradients, frames, and centre logos are QR-only features and are hidden here.
30 और टेम्पलेट दिखाएँ
अपनी पसंदीदा शैलियाँ यहाँ रखने के लिए ऊपर दिए बटन से एक शैली सेव करें।
#000000
#FFFFFF
#8B5CF6
या एक अंतर्निहित आइकन चुनें:
108 और आइकन दिखाएँ
No icons match your search.
कम पारदर्शिता पर QR के पीछे रेंडर होता है। QR फ़ोटो के माध्यम से स्कैन हो सके इसके लिए EC=H स्वतः लागू होता है।
बैच निर्माण
एक ही बैच में 500 तक QR कोड बनाने के लिए CSV अपलोड करें। हर पंक्ति अपना QR बन जाती है — एक टेम्प्लेट चुनें या हर पंक्ति के लिए 21 गुणों को अलग-अलग सेट करें: रंग, फ्रेम, डॉट/आई/आईबॉल शैलियाँ, ग्रेडिएंट, पारदर्शिता, आकार, एरर करेक्शन, फॉर्मेट, बिल्ट-इन लोगो, और बहुत कुछ।
21 कॉलम: type, data, filename, frametext, frame, template, fgcolor, bgcolor, size, ec, dotstyle, eyestyle, format, logo, gradient, g2, gtype, gangle, transparent, eyeball, eyecolor। केवल type और data ज़रूरी हैं। data के अंदर फ़ील्ड्स को अलग करने के लिए | का उपयोग करें (जैसे ssid|password|WPA)।
सभी 20 QR प्रकार समर्थित हैं, जिनमें URL, WiFi, vCard, MeCard, Email, SMS, Event, Location, UPI, SEPA, PayPal, Crypto, Micro QR और rMQR शामिल हैं। सभी कॉलम, 40 टेम्प्लेट, 11 फ्रेम शैलियाँ और 12 बिल्ट-इन लोगो को क्रियान्वित देखने के लिए सैंपल CSV डाउनलोड करें।
1. नमूना CSV डाउनलोड करें · 2. Google Sheets, Excel, Numbers या किसी भी टेक्स्ट एडिटर में संपादित करें · 3. यहाँ अपलोड करें
Save the entire QR â type, all field values, style, frame, logo, business card design â as a single .qr.json file. Load it later to recreate everything in one click.
अपना QR कोड बनाने के लिए कंटेंट दर्ज करें
Encoded payload
हाल के
You're editing an existing Pro code. Click "Update Pro code" below to save your changes back to Pro.
Need to change the destination after it's printed?
वैकल्पिक: Pro शॉर्टकोड के रूप में सहेजें ताकि आप बाद में बिना पुनर्मुद्रण के गंतव्य बदल सकें। पासवर्ड सुरक्षा, निर्धारित सक्रियण, हीटमैप और ROI विश्लेषण, सार्वजनिक आंकड़े पृष्ठ और एक स्थिर बैकअप QR शामिल है। 90 दिन की छूट, कोई लॉक-इन नहीं।
अपने कैमरे से QR कोड स्कैन करें, इमेज अपलोड करें, या क्लिपबोर्ड से पेस्ट करें
A passkey is a phishing-resistant replacement for passwords, standardised jointly by the FIDO Alliance and the W3C (WebAuthn Level 3). Instead of a shared secret the user types, the user's device holds a private key and signs a challenge from the website. Apple, Google, and Microsoft all support passkeys natively in iCloud Keychain, Google Password Manager, and Windows Hello respectively; password managers like 1Password, Bitwarden, and Dashlane sync passkeys across devices.
Why does a passkey sign-in need a QR code?
When you sign in on a device that doesn't hold your passkey — a friend's laptop, a desktop that's never paired with your phone — WebAuthn uses CTAP 2.2 hybrid transport (historically called "caBLE") to prove possession of the passkey that lives on your phone. The desktop displays a QR encoding a FIDO:/ URI. You scan it with your phone camera, approve the sign-in with Face ID / Touch ID / PIN, and the two devices complete a BLE-bootstrapped encrypted tunnel to finish the WebAuthn ceremony. The desktop is signed in; no password, no typed code, no shared secret.
What's in the FIDO:/ URI?
The URI encodes a CBOR structure carrying (a) a short-term symmetric session key unique to this sign-in, (b) a long-term asymmetric identity key the phone uses to re-pair silently in future sessions, and (c) BLE advertisement coordinates the phone will listen on. It is single-use for the initial scan — the tunnel key is ephemeral. The server re-issues a fresh URI for each new hybrid-transport handshake.
Two jobs this generator covers
Cross-device sign-in (FIDO:/ URI) — paste a URI your WebAuthn server produced and we wrap it as a QR. Useful when your server renders the URI as text (e.g. for a kiosk display, a printed troubleshooting handout, or a custom authenticator UI).
Passkey management page — encode a stable URL like https://account.example.com/security/passkeys. Print on onboarding cards, add to welcome emails, or surface in-app so users can enroll a passkey without typing a URL.
What this generator is not
We do not create passkeys. A passkey is a cryptographic keypair that is generated on the user's device during the WebAuthn navigator.credentials.create() flow, bound to a specific relying party, and stored in the OS/password-manager credential store. No QR-code tool can generate a passkey — and anything that claims to is either creating something that isn't a passkey, or is a phishing attempt.
Compatibility
The FIDO:/ scheme is supported by: Apple Safari and iCloud Keychain (iOS 16+, macOS Ventura+), Chrome / Chromium-based browsers (desktop and Android), Microsoft Edge, 1Password 8, Bitwarden (browser extension), Dashlane, and Google Password Manager. Keepass variants are still adding support.
Abundera द्वारा भी
ई-हस्ताक्षर जो अदालत में टिकते हैं
Abundera Sign बुनियादी ई-हस्ताक्षर से आगे जाता है। प्रत्येक दस्तावेज़ को क्रिप्टोग्राफिक प्रमाण, स्वतंत्र सत्यापन और छेड़छाड़-स्पष्ट साक्ष्य पैकेज मिलता है।
स्वत: उत्पन्न अदालत-तैयार साक्ष्य पैकेज
Personal Document Seal — तुरंत छेड़छाड़ का पता लगाता है
5 स्वतंत्र प्रणालियों से जुड़ा — कोई एकल विफलता बिंदु नहीं
A passkey is a device-held cryptographic credential that replaces a password. Your device holds a private key; the website holds the public key. Sign-in proves possession of the private key via a WebAuthn challenge. Phishing-resistant by design — the signature is bound to the origin so a look-alike site can't collect it.
Who issues the FIDO:/ URI?
The relying party (the website you're signing into). Chrome, Safari, and Edge generate one automatically when you click "Sign in with a passkey" on a device that doesn't hold one. Self-hosted WebAuthn servers using libraries like SimpleWebAuthn or WebAuthn4J can produce one programmatically.
Is the FIDO:/ URI reusable?
The session tunnel key inside the URI is single-use. The long-term identity key enables the phone to re-pair silently for future sessions — so after the first scan, the user can sign in on that desktop again without re-scanning. But each fresh ceremony on a brand-new device requires a fresh QR.
Can I print this QR and reuse it?
No. The URI is session-specific and expires the moment the WebAuthn ceremony times out (usually 60–120 seconds). If you want a QR for printed onboarding material, use the "Passkey management page" mode instead and encode a stable URL.
Does this QR contain my passkey?
No. The passkey (private key) stays on the user's phone / authenticator and never leaves it. The FIDO:/ URI carries only session material for the two devices to establish an encrypted tunnel. This is a core design property of WebAuthn: private keys are non-exportable.
Which browsers and apps scan FIDO:/ URIs?
Apple Safari (iOS 16+, macOS Ventura+), Chrome / Chromium (all platforms), Microsoft Edge, 1Password 8, Bitwarden browser extension, Dashlane, and Google Password Manager. Most native iOS and Android camera apps also recognise the scheme and hand it off to the system passkey flow.
What's the difference between a passkey and a U2F security key?
U2F (FIDO1) keys are second-factor only — they sign a challenge after you enter a password. Passkeys (FIDO2 / WebAuthn) are first-factor and can replace the password entirely. A physical YubiKey can hold either; the difference is how the relying party requests credentials.
Can I use this for FIDO U2F / security-key enrollment?
Not directly. FIDO U2F uses a different URL scheme and is typically handled via USB, NFC, or Bluetooth — not a QR. For passkey / FIDO2 cross-device flows, the FIDO:/ hybrid-transport URI is the right primitive.
Is there a QR format for passkey export / import?
As of early 2026, there is no standardised QR format for transferring passkeys between credential providers. Industry work is ongoing via FIDO's Credential Exchange Protocol (CXP) — watch this space. In the meantime, passkey sync happens via provider-specific cloud (iCloud Keychain, Google Password Manager, 1Password) not via QR.