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*
- 6$\begingroup$ Distributing a cryptanalytic attack is certainly something you could do in general, but whether you would have any reasonable probability of success depends entirely on the cryptosystem and the choice of attack. $\endgroup$Squeamish Ossifrage– Squeamish Ossifrage2019-11-21 14:36:32 +00:00Commented Nov 21, 2019 at 14:36
- 7$\begingroup$ Also as this seems to be homework, hint: What is 1000 years / 10,000 ? $\endgroup$SEJPM– SEJPM2019-11-21 14:37:17 +00:00Commented Nov 21, 2019 at 14:37
- 9$\begingroup$ I guess you could, but usually secure ciphers would take a lot longer than just 1000 years to achieve a brute force attack. $\endgroup$AleksanderCH– AleksanderCH2019-11-21 14:37:38 +00:00Commented Nov 21, 2019 at 14:37
- 9$\begingroup$ @NegativeFriction Yes, you can just run 10,000 servers in parallel. No, this won't break modern ciphers, because modern ciphers don't require "1,000 years" to break. On a fictional computer that can compute a trillion attempts per second, this would require more than an octillion years (10e27). $\endgroup$Stephen Touset– Stephen Touset2019-11-21 22:19:04 +00:00Commented Nov 21, 2019 at 22:19
- 3$\begingroup$ You're basically assuming—correctly—that brute force key search and password cracking are both examples of what's technically called embarrassingly parallel problems. As a lot of people have told you and I'll summarize, strong cryptography is designed to resist such attacks too, but password-based cryptography is a special case where there's only so much you can do to protect a user who picks a weak password. $\endgroup$Luis Casillas– Luis Casillas2019-11-21 22:49:31 +00:00Commented Nov 21, 2019 at 22:49
| Show 6 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>
- 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