Some donation data prompts are nasty
Some donation data prompts are nasty
Posted Jul 30, 2024 17:54 UTC (Tue) by mb (subscriber, #50428)In reply to: Some donation data prompts are nasty by paulj
Parent article: Lessons from the death and rebirth of Thunderbird
>I assume anyone with TOTP codes protecting anything important is using an app with such security,
>and has it enabled.
>and has it enabled.
I don't use any of the "normal" apps.
TOTP is trivial to implement in a few dozen lines of Python code:
https://github.com/mbuesch/pwman/blob/master/libpwman/otp.py
You can quickly write an authenticator with any additional access control and security guarantees that you want. (or just use mine ;-)
And an attacker probably won't know that it's there, if you wrote it by yourself.