Some donation data prompts are nasty
Some donation data prompts are nasty
Posted Jul 30, 2024 16:21 UTC (Tue) by paulj (subscriber, #341)In reply to: Some donation data prompts are nasty by pizza
Parent article: Lessons from the death and rebirth of Thunderbird
However: FreeOTP+ lets you set "authentication", which means you must pass system authentication (e.g., system PIN unlock, or whatever you have configured) to open the app. If you are diligent about swiping-away/closing FreeOTP+ once you're done with it, this can give an additional layer of protection from general-case phone-stolen-while-unlocked.
I assume anyone with TOTP codes protecting anything important is using an app with such security, and has it enabled.
Posted Jul 30, 2024 17:54 UTC (Tue)
by mb (subscriber, #50428)
[Link]
I don't use any of the "normal" apps.
TOTP is trivial to implement in a few dozen lines of Python code:
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.
Some donation data prompts are nasty
>and has it enabled.
https://github.com/mbuesch/pwman/blob/master/libpwman/otp.py