add security token

This commit is contained in:
aanper 2020-08-02 07:20:16 +03:00
parent e30a3d9562
commit 2a0eb8998c
2 changed files with 8 additions and 0 deletions

View File

@ -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)

7
wiki/security-token.md Normal file
View File

@ -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 doesnt involve any third-parties like a cell phone operator.