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*
- $\begingroup$ While it is an interesting question to swap around the points of view (encryption done by the attacker), any attempt to weaken encryption deliberately is a bad thing. Even if there are encryption schemes with such a weakness (I'd call it a honeypot), why should the attacker consider to use them instead of proper ones? $\endgroup$tylo– tylo2016-08-22 16:06:20 +00:00Commented Aug 22, 2016 at 16:06
- $\begingroup$ @tylo, I'm not suggesting "weakening" the encryption. I'm suggesting that if the malware uses an algorithm that has a chosen plaintext vulnerability, it might be possible to pre-create a set of files that exploit it. Yes, the attacker is probably using AES and so it won't be vulnerable to any known attacks. But as is often said around here, "attackers always get better." $\endgroup$John Deters– John Deters2016-08-22 16:16:39 +00:00Commented Aug 22, 2016 at 16:16
- 1$\begingroup$ Well, if the malware is using bad crypto, then it is also no problem in breaking it. But calling it a "brilliant idea" is giving a false impression, and "this might spur further research" suggests, that it might be useful somehow in the future. But from a research point this is already quite clear: The attacker chooses the encryption scheme, and a serious attacker will not choose a vulnerable one. So this "counter measure" would have to be considered as snake oil. $\endgroup$tylo– tylo2016-08-22 16:36:49 +00:00Commented Aug 22, 2016 at 16:36
- $\begingroup$ I consider it brilliant because it's the first instance I know of where a chosen plaintext attack would be practical. $\endgroup$John Deters– John Deters2016-08-22 16:38:34 +00:00Commented Aug 22, 2016 at 16:38
- 2$\begingroup$ @tylo and John, please don't call the miscreant attacker. Maybe call the miscreant extortionist. An attacker is a specific entity in crypto-analysis that indicates the person trying to break the cryptographic system. In this case that's - strangely enough - the legit user of the IT system. $\endgroup$Maarten Bodewes– Maarten Bodewes ♦2016-08-22 17:10:20 +00:00Commented Aug 22, 2016 at 17:10
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>
- MathJax equations
$\sin^2 \theta$
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. public-key), 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