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.
- 3Wow! Although I understood the possible advantages of having a two key solution I had never pinpointed it specifically to key escrow. Thanks for putting everything in perspective.George– George2011-11-02 08:02:34 +00:00Commented Nov 2, 2011 at 8:02
- For completeness to add that in many commercial solutions (e.g. PGP Netshare, Microsoft EFS) encrypted material is safeguarded against key loss etc. not by duplicating the key but by creating a second administrator key with access to the data.George– George2011-11-02 08:07:51 +00:00Commented Nov 2, 2011 at 8:07
- 4But if people can gain access to your escrowed private keys, they can decrypt your data! Why does your argument for the signatures not apply to encryption?Elliot Gorokhovsky– Elliot Gorokhovsky2015-03-16 04:55:10 +00:00Commented Mar 16, 2015 at 4:55
- 2@RenéG: From the perspective of an organization, members (usually employees) should not be able to essentially destroy data by deleting their private key, dying, etc.—hence, private encryption keys should be escrowed. On the other hand, for legal reasons members should not be able to sign as other members, and the organization should take measures to preclude this scenario—hence, private signature keys should NOT be escrowed.Lawrence Velázquez– Lawrence Velázquez2016-06-01 21:03:00 +00:00Commented Jun 1, 2016 at 21:03
- In the context of PGP, how is this handled in practice? I thought the master key always had encryption capabilities, AND the master key is needed for other important things, such as issuing subkeys and revocation, which suggests that it MUST be escrowed, contradicting your point. Is this correct, or have I misunderstood something?Betamos– Betamos2017-02-15 02:18:01 +00:00Commented Feb 15, 2017 at 2:18
| Show 1 more 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