From 2a0eb8998cf896e8845cb4781efc6ef24be2d773 Mon Sep 17 00:00:00 2001 From: aanper Date: Sun, 2 Aug 2020 07:20:16 +0300 Subject: [PATCH] add security token --- README.md | 1 + wiki/security-token.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 wiki/security-token.md diff --git a/README.md b/README.md index 60eacbdf..42a42d74 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,4 @@ Kickstarter page: [kickstarter.com](https://www.kickstarter.com/projects/flipper * [Sub-1 GHz radio](wiki/sub-1ghz-radio.md) * [125 kHz RFID](wiki/125khz-rfid.md) * [iButton contact keys](wiki/ibutton.md) +* [U2F/FIDO2 security token](wiki/security-token.md) diff --git a/wiki/security-token.md b/wiki/security-token.md new file mode 100644 index 00000000..fdab43be --- /dev/null +++ b/wiki/security-token.md @@ -0,0 +1,7 @@ +# Security token + +Flipper Zero can act as a fully functional U2F key, that works with any U2F-enabled services such as Google, Twitter, Facebook, Dropbox, LastPass, Amazon AWS, and many others. + +Universal 2nd Factor (U2F) protocol is an open standard for hardware security tokens used for secure authentication. Developed by Google, Yubico, and NXP, U2F acts as a universal key that is designed to add another layer to the traditional login+password authentication method. + +Even if your password gets compromised, an attacker will not be able to log in to your account. This method is much stronger than the usual SMS 2nd-factor method, as it doesn’t involve any third-parties like a cell phone operator.