Add new entry for 2FA

Merge pull request #28 from plr20/main
This commit is contained in:
PLUJA 2021-05-12 10:46:30 +02:00 committed by GitHub
commit 7df9e13403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -42,6 +42,7 @@
* [Databases](#databases)
* [Utilities](#utilities)
* [Uncategorized](#uncategorized)
* [2FA](#2fa)
## Search Engines
@ -520,3 +521,13 @@ If you need an app for **menstrual cycle tracking** please don't use any apps li
* [Skymap](https://skymaponline.net/) - Open online planetarium program.
* [CrowdSec](https://github.com/crowdsecurity/crowdsec) - An open-source, modernized and collaborative fail2ban
* [Hetty](https://github.com/dstotijn/hetty) - Hetty is an HTTP toolkit for security research. It aims to be an open-source alternative to Burp Suite Pro.
## 2FA
<img width="16" src="misc/forbidden.png"> </img> Avoid using apps that won't let you export your keys **easily**.
* Authy
* Google Authenticator
<img width="16" src="misc/check.png"> </img> Instead use:
* [Aegis](https://getaegis.app/) - A free, secure and open source app for Android to manage your 2-step verification tokens. Supports variety of imports from other apps (Google Authenticator, Authy etc.), vault encryption and exporting keys (plaintext or encrypted).
* [andOTP](https://github.com/andOTP/andOTP) - Open source two-factor authentication for Android.
* [FreeOTPPlus](https://github.com/helloworld1/FreeOTPPlus) - Enhanced fork of FreeOTP-Android providing a feature-rich 2FA authenticator.