spacing issue

Eric Zhang
2022-08-05 09:55:13 +08:00
parent a4748509b7
commit 0d33bf009d

2
OTP.md

@@ -6,7 +6,7 @@ KeePassDX is compatible with the algorithms:
* **Time-based one-time password (TOTP)**. Algorithm that generates a token every x secondes from a secret key depending on the current time. - Standard [RFC 6238](https://tools.ietf.org/html/rfc6238) and steam.
# 2FA Token Generator
Thanks to the TOTP generation function, **it is possible to use theKeePassDX app as a token generator for external services using two-factor authentication (2FA)**.
Thanks to the TOTP generation function, **it is possible to use the KeePassDX app as a token generator for external services using two-factor authentication (2FA)**.
_**Please note**: Authentication with several factors does not necessarily mean TOTP.
Indeed, 2FA is a concept which is also used for unlocking a KeePass database. If a database is encrypted with a password **and** a keyfile, the database uses two authentication factors.