From 36528b2eb871daa7eeffe49dca912ab2c92aafc5 Mon Sep 17 00:00:00 2001 From: Redre1l <51784467+Redre1l@users.noreply.github.com> Date: Mon, 19 Sep 2022 20:35:46 +0200 Subject: [PATCH] Fixed iOS capitalization (#1794) --- docs/multi-factor-authentication.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/multi-factor-authentication.en.md b/docs/multi-factor-authentication.en.md index ac237c0e..dd849c74 100644 --- a/docs/multi-factor-authentication.en.md +++ b/docs/multi-factor-authentication.en.md @@ -65,7 +65,7 @@ Nitrokey's firmware is open-source, unlike the YubiKey. The firmware on modern N Authenticator Apps implement a security standard adopted by the Internet Engineering Task Force (IETF) called **Time-based One-time Passwords**, or **TOTP**. This is a method where websites share a secret with you which is used by your authenticator app to generate a six (usually) digit code based on the current time, which you enter while logging in for the website to check. Typically these codes are regenerated every 30 seconds, and once a new code is generated the old one becomes useless. Even if a hacker gets one six-digit code, there is no way for them to reverse that code to get the original secret or otherwise be able to predict what any future codes might be. -We highly recommend that you use mobile TOTP apps instead of desktop alternatives as Android and IOS have better security and app isolation than most desktop operating systems. +We highly recommend that you use mobile TOTP apps instead of desktop alternatives as Android and iOS have better security and app isolation than most desktop operating systems. ### Aegis Authenticator