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.