2022-09-28 05:08:12 -06:00
|
|
|
extends ../templates/base.pug
|
|
|
|
|
|
|
|
block content
|
2023-09-15 06:25:15 -06:00
|
|
|
section
|
|
|
|
h2 Keyoxide utilities
|
2022-09-28 05:08:12 -06:00
|
|
|
p
|
|
|
|
a(href="/util/profile-url") Get the URL for a Keyoxide profile
|
|
|
|
p
|
|
|
|
a(href="/util/wkd") Get the URLs for WKD keys
|
|
|
|
p
|
|
|
|
a(href="/util/qrfp") Generate the QR code for fingerprints
|
|
|
|
p
|
|
|
|
a(href="/util/argon2") Generate and verify Argon2 hashes
|
|
|
|
p
|
|
|
|
a(href="/util/bcrypt") Generate and verify bcrypt hashes
|