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.
Required fields*
- 30At this point it's important to mention that the public key is signed by a trusted authority, meaning even if the attacker is a man in the middle, he can't pretend to be the server in an attempt to trick the client into encrypting the shared key using the attacker's public key instead.BlueRaja - Danny Pflughoeft– BlueRaja - Danny Pflughoeft2011-08-15 22:07:55 +00:00Commented Aug 15, 2011 at 22:07
- 3what would happen had we not invented asymmetric encryption?Louis Rhys– Louis Rhys2011-08-16 01:50:23 +00:00Commented Aug 16, 2011 at 1:50
- 15Without asymmetric encryption, the Internet as we know it would not exist, period. You can't sell stuff to random client systems with symmetric encryption. The Internet would be like TV, where you look at the infomercial but you have to call in on the phone to make the purchase. Asymmetric encryption really, really is fascinating stuffgowenfawr– gowenfawr2011-08-16 03:44:03 +00:00Commented Aug 16, 2011 at 3:44
- 11Viola? Don't you mean Voila? :)Tom– Tom2011-08-16 05:45:11 +00:00Commented Aug 16, 2011 at 5:45
- 10I'm sorry, the viola-voila thing is such a reflexive in-joke thing with me, I used it without thinking about it, and of course, nobody here could be expected to be in on that joke. So, yes, voila was the intended semantic content, and viola was not a typo but an obscure syntactic joke. Sorry about that.gowenfawr– gowenfawr2011-08-16 12:22:38 +00:00Commented Aug 16, 2011 at 12:22
| Show 7 more comments
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