diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-10-27 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-10-27 00:00:00 +0000 |
commit | db5d5026a914d47ff92830471c2581a9c106b3c342a0f337d46c16195b5d5ffd (patch) | |
tree | 5643e742460a4a4be9816ec278eee58f6d2cb0b55f3ea2dabd65304ea4e858ef /content/entry/why-disappearing-messages-are-important-for-private-messaging.md | |
parent | 4ab19e621545d16c1bfe08df4968f65457e37d7f2a1a1fcb237353dc09031bf4 (diff) | |
download | journal-db5d5026a914d47ff92830471c2581a9c106b3c342a0f337d46c16195b5d5ffd.tar.gz journal-db5d5026a914d47ff92830471c2581a9c106b3c342a0f337d46c16195b5d5ffd.zip |
Remove erroneous whitespace from Markdown files
Diffstat (limited to 'content/entry/why-disappearing-messages-are-important-for-private-messaging.md')
-rw-r--r-- | content/entry/why-disappearing-messages-are-important-for-private-messaging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/entry/why-disappearing-messages-are-important-for-private-messaging.md b/content/entry/why-disappearing-messages-are-important-for-private-messaging.md index 49b18b3..23adfbd 100644 --- a/content/entry/why-disappearing-messages-are-important-for-private-messaging.md +++ b/content/entry/why-disappearing-messages-are-important-for-private-messaging.md @@ -14,6 +14,6 @@ The benefit of the online implementation is that all parties can be confident th Another way to mitigate private information disclosure is requiring the user to set a password for the messaging app. People will still choose weak passwords, but for most common threat models, attackers will simply give up after seeing a password prompt anyways. -In general, password protected apps are not a bad idea. But the problem with password protecting *messaging* apps is they must stay logged in on the user's device after the password is entered. App developers could require entering the password every time the app is opened or after some set interval, but that's too much inconvenience for most people. Since most people message on smartphones which would have the app logged in 24/7, password protection offers no real additional security. +In general, password protected apps are not a bad idea. But the problem with password protecting *messaging* apps is they must stay logged in on the user's device after the password is entered. App developers could require entering the password every time the app is opened or after some set interval, but that's too much inconvenience for most people. Since most people message on smartphones which would have the app logged in 24/7, password protection offers no real additional security. In conclusion, online disappearing messages offer an important mitigation against common threat models, they reduce private information disclosure even when your contacts' are clueless about cybersecurity, and there doesn't seem to exist any convenient alternative. So it's my opinion that **all messaging apps which call themselves private should at least offer online disappearing messages**. Luckily almost all the ones I'm familiar with already do. |