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*
- 4For reference, D.W. posted a great starting point here.Polynomial– Polynomial2012-08-06 15:41:10 +00:00Commented Aug 6, 2012 at 15:41
- 38A couple people that thought they knew enough got together and created an encryption scheme called WEP for wireless networks. You can crack WEP encryption in just a few minutes. A "roll your own" methodology was used. Read about it, I'm just reminding you of this (you probably already know).Everett– Everett2012-08-07 01:55:38 +00:00Commented Aug 7, 2012 at 1:55
- 17@Everett - Was WEP "roll your own"? In hindsight, yes it was weak and flawed (attacks quickly found), but it was the product of a large consortium of industry representatives creating a standard. Many of the attacks focused on WEPs small keys (and hence small and repeated IVs) (partially because strong encryption was illegal in the US for export at the time ). (I guess the industry "rolled their own" then and did it wrong again with WPA, and the WPS part of WPA2).dr jimbob– dr jimbob2012-08-07 05:04:11 +00:00Commented Aug 7, 2012 at 5:04
- 3@Ramhound I'm aware, I'm just asking the question for the sake of having a go-to answer. It'd be great if you could offer a second answer to compete with dr jimbob's.Polynomial– Polynomial2012-08-07 12:32:23 +00:00Commented Aug 7, 2012 at 12:32
- 3That's not a security scheme, that's a system design. A security scheme is mechanism or set of mechanisms aimed at solving a single security problem, e.g. a hashing scheme, a symmetric crypto scheme. You choose which schemes to use in your system design, but you should never invent your own security schemes.Polynomial– Polynomial2012-08-08 05:46:55 +00:00Commented Aug 8, 2012 at 5:46
| Show 11 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