Compare commits

...

3 Commits

Author SHA1 Message Date
PrivOci
56429a677c
Merge 0168746df9 into 3739f70db6 2023-08-10 18:54:45 -04:00
pluja
3739f70db6
Add mCaptcha to Captchas 2023-08-09 13:48:32 +02:00
PrivOci
0168746df9
avoid Microsoft Authenticator 2023-07-27 21:21:54 +04:00

View File

@ -115,6 +115,7 @@ The primary focus of this list is to provide alternatives that prioritize privac
<img width="16" src="misc/forbidden.png"> </img> Avoid using apps that won't let you export your keys **easily**. <img width="16" src="misc/forbidden.png"> </img> Avoid using apps that won't let you export your keys **easily**.
- Authy - Authy
- Google Authenticator [![](https://shields.tosdr.org/en_217.svg)](https://tosdr.org/en/service/217) - Google Authenticator [![](https://shields.tosdr.org/en_217.svg)](https://tosdr.org/en/service/217)
- Microsoft Authenticator
<img width="16" src="misc/check.png"> </img> Instead use <img width="16" src="misc/check.png"> </img> Instead use
- <img width="16" src="misc/android.png"> [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). - <img width="16" src="misc/android.png"> [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).
@ -253,6 +254,7 @@ Google captchas use cookies to track users and rank their IPs.
<img width="16" src="misc/check.png"> </img> **Instead use** <img width="16" src="misc/check.png"> </img> **Instead use**
- [hCaptcha](https://www.hcaptcha.com/) - Privacy-first CAPTCHA for web, mobile, and more. - [hCaptcha](https://www.hcaptcha.com/) - Privacy-first CAPTCHA for web, mobile, and more.
- [mCaptcha](http://mcaptcha.org/) ([repo](https://github.com/mCaptcha/mCaptcha)) - An open-source CAPTCHA system with seamless UX. mCaptcha uses SHA256 based proof-of-work (PoW) to rate limit users.
- [OOPSpam](https://www.oopspam.com/) - No-captcha, privacy-friendly anti-spam, anti-bot API. Requires no personal data for detection. Supports popular platforms like WordPress. Privacy commitment in their mission statement. - [OOPSpam](https://www.oopspam.com/) - No-captcha, privacy-friendly anti-spam, anti-bot API. Requires no personal data for detection. Supports popular platforms like WordPress. Privacy commitment in their mission statement.
## Commenting Engines ## Commenting Engines