From 50ce17805b990b7957850e24bd3895cea8735ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20JAMET?= Date: Mon, 23 Nov 2020 13:34:12 +0100 Subject: [PATCH] Updated OTP (markdown) --- OTP.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/OTP.md b/OTP.md index 4200b60..d58de22 100644 --- a/OTP.md +++ b/OTP.md @@ -37,4 +37,7 @@ Steam unfortunately does not use the standardized TOTP algorithms, but instead a [[images/OTP/TOTP_Steam_form.jpg]] ## QR Code -KeePassDX does not yet use the QR codes provided by TOTP services. You can however extract the parameters (secret key, algorithm, period, digits) with an external [code reader](https://f-droid.org/en/packages/com.google.zxing.client.android/) and copy it into the fields provided. If some parameters are not indicated, simply leave those of the default form. +KeePassDX uses the links generated by the QR codes to save new OTP keys. +To do this, just share the link from your favorite [code reader](https://github.com/dmitriy-ilchenko/QrAndBarcodeScanner) app. + +You can also extract the parameters (secret key, algorithm, period, digits) manually from the otpauth link and copy it into the fields provided. If some parameters are not indicated, simply leave those of the default form.