Abundera Sign 的开发者

Free SSH Public Key QR Code Generator

Paste your SSH public key (id_ed25519.pub or id_rsa.pub) and get a scannable QR. Beats typing the key by hand on a fresh machine.

0 / 900

本地上传保留在您的浏览器中,仅出现在打印卡片上。二维码数据使用上面的 URL。

更多字段(可选)

地址

社交资料

提示:在 Google Maps 上右键单击任意位置并复制坐标

QR 上会自动叠加一面红色瑞士国旗 — 这是瑞士银行的要求。

粘贴 BOLT11 发票(lnbc...)或 Lightning 地址。我们会添加 lightning: URI 方案前缀,以便任何 Lightning 钱包都能扫描。

兼容 Google Authenticator、Authy、1Password、Bitwarden 以及任何标准 TOTP 应用。

编码整行 authorized_keys。扫描即可将密钥复制/粘贴到新机器上。

对于非常长的密钥,请使用 rMQR 横向或拆分为多个 QR。标准 QR 上限约为 ~2KB。

官方 WireGuard 移动应用可以直接扫描这些 QR。切勿在打印的 QR 中包含您的私钥 — 仅限数字共享。

GS1 Digital Link 是零售产品 EAN-13 条形码的现代 Web 友好替代方案。解析器域名默认为 id.gs1.org,但您可以使用自己的。

从 Spotify 应用粘贴分享链接,或仅粘贴 ID。我们会自动构建 open.spotify.com URL。

格式取决于平台 — Mastodon 使用 @user@instance,Bluesky 使用 handle.bsky.social,Nostr 粘贴 npub 密钥。

Geo URI(RFC 5870)可直接在设备上的任何地图应用中打开 — Google Maps、Apple Maps、OsmAnd 等 — 无需选择供应商。

标准 BitTorrent magnet 链接。任何支持 URI 方案处理程序的 BitTorrent 客户端都可以扫描。

粘贴完整的 RFC 5545 iCalendar 负载 — 支持多个事件、闹钟和重复规则。大多数日历应用都会直接导入 QR。

本地上传保留在您的浏览器中,仅出现在打印卡片上。MeCard 二维码数据没有照片字段。

MeCard 是 vCard 的简化替代方案,某些 Android 设备更偏好使用

更多字段(可选)

地址

0 字符

Micro QR 容量:35 个数字、21 个大写字母数字或约 15 字节(小写/URL)。最适合短代码、序列号和 ID。URL 请使用标准 QR。

大多数手机摄像头无法扫描 Micro QR 码。此格式需要专用工业扫描仪(如 Scandit、Cognex)。通用扫描请使用标准 QR。

Rectangular Micro QR — 适合试管、腕带和票据条的细长格式。最多 361 个字符。

大多数手机摄像头无法扫描 rMQR 码。此格式需要专用工业扫描仪。通用扫描请使用标准 QR。
显示更多 30 个模板

使用上面的按钮保存样式,以便将您最喜欢的样式保存在此处。

#000000
#FFFFFF

或者选择内置图标:

Renders behind the QR at reduced opacity. Auto-forces EC=H so the QR still scans through the photo.

批量生成

上传 CSV 文件,一次最多可生成 500 个二维码。每一行都会生成独立的二维码——您可以选择模板,也可以逐行自定义 21 项属性:颜色、边框、点/眼/眼球样式、渐变、透明度、尺寸、纠错等级、格式、内置 logo 等。

21 列:type, data, filename, frametext, frame, template, fgcolor, bgcolor, size, ec, dotstyle, eyestyle, format, logo, gradient, g2, gtype, gangle, transparent, eyeball, eyecolor。仅 typedata 为必填项。使用 | 分隔 data 内的字段(例如 ssid|password|WPA)。

支持全部 20 种二维码类型,包括 URL、WiFi、vCard、MeCard、Email、SMS、Event、Location、UPI、SEPA、PayPal、Crypto、Micro QR 和 rMQR。下载示例 CSV,查看所有列、40 个模板、11 种边框样式以及 12 个内置 logo 的实际效果。

将整个二维码——类型、所有字段值、样式、框架、徽标、名片设计——保存为单个 .qr.json 文件。稍后加载它以一键重新创建所有内容。

Ctrl+D 下载 PNG
Ctrl+Shift+D 下载 SVG
Ctrl+Shift+C 复制二维码
Ctrl+P 打印

输入内容以生成您的二维码

来自 Abundera

在法庭上也能成立的电子签名

Abundera Sign 超越了基本的电子签名。每份文件都获得加密证明、独立验证和防篡改证据包。

  • 自动生成的法庭就绪证据包
  • 个人文件封印 — 即时检测篡改
  • 固定在 5 个独立系统上 — 无单点故障
试用 Abundera Sign

Why scan an SSH key?

The pain point: you're setting up a new server, a new VM, a Raspberry Pi, an embedded device — and you need to drop your SSH public key into ~/.ssh/authorized_keys so you can stop typing the password. Copy/paste from your laptop is awkward when the new machine has no clipboard, and typing 80+ random characters by hand is asking for typos. Scan a QR with any QR scanner that pipes to clipboard, paste, done.

Abundera QR encodes the entire one-line public key — the key type, the base64-encoded key body, and the optional comment — verbatim. There's no algorithm magic here, just text-in/text-out. The key type prefix tells the scanner what to do with it.

Privacy

SSH public keys are public by design — sharing them does not compromise security. The matching private key (which you should never paste into anything, ever) stays on your laptop. Abundera QR processes the public key entirely in your browser; nothing leaves the page.

Frequently Asked Questions

Does this encode my private key?

No. Only the public key. Pasting your private key into any web tool, ours included, is a bad idea. Public keys (the part you put in authorized_keys, the one starting with ssh-ed25519 / ssh-rsa / ecdsa-sha2-...) are safe to share.

What key types are supported?

Any text-format public key: ssh-ed25519, ssh-rsa, ssh-dss (legacy), ecdsa-sha2-nistp256/384/521, sk-ssh-ed25519@openssh.com, sk-ecdsa-sha2-nistp256@openssh.com (FIDO2 hardware keys). The QR is just text — it works for whatever format you paste.

How big can the key be?

Standard QR codes max out around 2,953 alphanumeric characters or 4,296 numeric. An ed25519 public key is ~80 chars and fits comfortably. RSA-4096 keys are ~700 chars, also fine. RSA-8192 keys can push the QR into the dense end of version 40 — they'll still scan but only at large print sizes.

Can I encode multiple keys in one QR?

Yes — paste multiple authorized_keys lines separated by newlines. The QR will contain all of them and scanning will dump the whole block.

Does the recipient need a special app?

No. Any QR scanner that puts the result on the clipboard works — the iPhone camera, Android camera, Google Lens, our own scanner mode. Then paste into a terminal.

Is this related to ssh-add or ssh-keygen?

Not directly. We just encode the text you paste. Generate the keypair locally with ssh-keygen, copy the contents of id_ed25519.pub, paste here, and you have a portable QR.

Can I use this for git deploy keys?

Yes — same format. Encode your deploy public key, scan it on the server, drop it into the deploy account's authorized_keys.