You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- Thank you for your very informative answer. I certainly agree with a lot of points. Though when it comes to IT, surely it is a bit different than when going to a car mechanic or a doctor. While you cannot remove trust from the equation altogether you can certainly minimize it by ensuring proper setup (in terms of app architecture and your own device and practices).Fit Nerd– Fit Nerd2015-10-16 08:38:42 +00:00Commented Oct 16, 2015 at 8:38
- For example, you don't really have to trust or not trust RSA, as long as you know that it's there (and properly implemented), key length is long enough, and quantum computing has not yet arrived - i.e. you know it's sound and not merely hope that it is! So why can't this be extended to the whole app usage case? Granted with proper practices on your behalf like choosing good passwords, with only giving the apps permissions that make sense, using separate accounts?Fit Nerd– Fit Nerd2015-10-16 08:41:57 +00:00Commented Oct 16, 2015 at 8:41
- So, I guess I was wondering if nowadays it is actually possible to have a mobile messaging app where you will actually know (as opposed to hoping with some trust) what this app actually does and what it accesses and why.Fit Nerd– Fit Nerd2015-10-16 08:44:04 +00:00Commented Oct 16, 2015 at 8:44
- In theory yes, in practice I don't think so. Theoretically, there are open source messaging apps, so you could analyse what they do and verify they are trustworthy. However, this is not practical and few have the necessary skills. I think you are still trusting in RSA and its implementations - that trust might be strong and based on good info, but it is still trust and may be misplaced (consider this weeks news about the NSA and DH, which highlights the issues of theory and implementation differences).Tim X– Tim X2015-10-16 21:54:48 +00:00Commented Oct 16, 2015 at 21:54
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. web-application), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you