keyoxide-web/views/util/qrfp.pug

16 lines
540 B
Text
Raw Normal View History

2021-03-31 06:55:09 -06:00
extends ../templates/base.pug
block content
2023-09-15 06:25:15 -06:00
section
2021-03-31 06:55:09 -06:00
h1 QR Code
form#form-util-qrfp(method='post')
p
| This tool generates a QR code containing the fingerprint of your public key (
a(href='https://github.com/open-keychain/open-keychain/wiki/QR-Codes') format
2021-06-28 17:03:27 -06:00
| ). This QR code can be scanned by apps like
2021-03-31 06:55:09 -06:00
a(href='https://www.openkeychain.org/') OpenKeyChain
| .
h3 Fingerprint
input#input(type='text' name='input' placeholder='Fingerprint' value=input)
canvas#qrcode