What is the legal definition of "hacking"? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T08:30:38Z http://stackoverflow.com/feeds/question/449421 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/449421/what-is-the-legal-definition-of-hacking 1 What is the legal definition of "hacking"? Mason Wheeler 2009-01-16T03:37:44Z 2009-05-13T12:01:50Z <p>I know a lot of programmers use the word "hacking" to mean clever or skillful programming, but I'm referring to the more common meaning: computer crime. We all know that it's not only unethical and immoral to write code that will break into someone else's computer and use it against their will and interests, but it's also forbidden by law.</p> <p>My question is, how is the prohibition defined, specifically, in the United States? I'm looking for the law(s) that says "If you do X to a computer that you do not own, or write a program that does X to a computer that you do not own, you can be arrested and face charges for it." Although probably with a bit more legalese involved in the wording. Specific citations would be nice.</p> <p>(And before anyone asks, no, I'm not trying to see what I can and can't get away with. I'm trying to build a hypothetical case against some bad software, and I want to know if it's truly over the line or just annoying.)</p> http://stackoverflow.com/questions/449421/what-is-the-legal-definition-of-hacking/449432#449432 6 Answer by Charlie Martin for What is the legal definition of "hacking"? Charlie Martin 2009-01-16T03:42:59Z 2009-01-16T03:42:59Z <p>Well, you're actually mistaken about the meaning of "hacking" although you're right that the unauthorized access meaning has become common. I don't see any reason why we should let that deprive us of a term that has technical and cultural significance, however.</p> <p>In any case, there's no legal definition of "hacking" <em>per se</em>: there are laws against, for example, gaining unauthorized access to a computer system, theft of services -- someone was just prosecuted for that for hacking cable boxes to provide free internet -- and things of that sort.</p> <p>For a starter, read the Wikipedia article on <a href="http://en.wikipedia.org/wiki/Cybercrime" rel="nofollow">"Computer crime".</a></p> http://stackoverflow.com/questions/449421/what-is-the-legal-definition-of-hacking/449433#449433 0 Answer by Javier for What is the legal definition of "hacking"? Javier 2009-01-16T03:43:20Z 2009-01-16T03:43:20Z <p>i believe it goes like "unauthorized access and/or control of computer equipment and data"</p> http://stackoverflow.com/questions/449421/what-is-the-legal-definition-of-hacking/449439#449439 0 Answer by Jobo for What is the legal definition of "hacking"? Jobo 2009-01-16T03:45:22Z 2009-01-16T03:45:22Z <p>"Unauthorized attempts to bypass the security mechanisms of an information system or network"</p> <p><a href="http://www.google.com.au/search?hl=en&amp;q=define%3Ahacking&amp;meta=" rel="nofollow">http://www.google.com.au/search?hl=en&amp;q=define%3Ahacking&amp;meta=</a></p> http://stackoverflow.com/questions/449421/what-is-the-legal-definition-of-hacking/449440#449440 -2 Answer by James McMahon for What is the legal definition of "hacking"? James McMahon 2009-01-16T03:45:40Z 2009-01-20T16:04:11Z <p>This is a bit of an aside, but "programmers use the word "hacking" to mean clever or skillful programming" is incorrect. A hack usually means a kludge or ineloquent solution.</p> <p>That said, security research is protected in the US. Otherwise all the defcon people would be in jail and those MIT kids wouldn't have been hired by the MBTA. As to when research becomes actionable legally, I think it depends on malicious damage.</p> <p>EDIT: It seems some people disagree, but I am going to back myself up with wikipedia.</p> <p><a href="http://en.wikipedia.org/wiki/Hack_(technology_slang)#Origin_of_term" rel="nofollow">From wikipedia:</a> "The word itself comes from the German word meaning "someone who makes furniture with an axe",[1] implying a lack of finesse in a "hack"; it is believed by many in the hacking community that the reason for this is because programs too large to run on the limited computer resources of the time had portions "chopped" or "hacked" out in order to be reduced to a more reasonable size."</p> <p>Hacker has many meanings, several of which are complete opposites. But I believe this is the origin of the term. Hacker, as a programmer, can be simultaneously be a person who is clever AND implements a less then ideal solution. Due to the nature of early computing, just getting things to work sometimes took alot of creativity.</p> http://stackoverflow.com/questions/449421/what-is-the-legal-definition-of-hacking/449441#449441 0 Answer by Steven A. Lowe for What is the legal definition of "hacking"? Steven A. Lowe 2009-01-16T03:46:45Z 2009-01-16T03:46:45Z <p>repeatedly trying to hit the golf ball and missing...</p> http://stackoverflow.com/questions/449421/what-is-the-legal-definition-of-hacking/449547#449547 6 Answer by derobert for What is the legal definition of "hacking"? derobert 2009-01-16T04:59:09Z 2009-01-16T04:59:09Z <p>Well, I've given this answer before, but: Stackoverflow is not a lawyer. Do not ask Stackoverflow legal questions. If you're worried that e.g., a program your employer is asking you to develop is illegal, consult a lawyer. Or find a new job.</p> <p>Now, as for how it's defined in the US — and I'm not a lawyer, so take this with a grain of salt — each state has its own statute defining it, and there are also federal statutes. They usually talk about "unauthorized access" or the like. For example, one Federal law is the <a href="http://en.wikipedia.org/wiki/Computer_Fraud_and_Abuse_Act" rel="nofollow">Computer Fraud and Abuse Act</a>.</p> <p>Oh, and see United States v. Lori Drew for a recent example. Or better yet, don't — or if you do, remember that Stackoverflow is not a psychiatrist.</p> http://stackoverflow.com/questions/449421/what-is-the-legal-definition-of-hacking/461880#461880 0 Answer by balexandre for What is the legal definition of "hacking"? balexandre 2009-01-20T15:55:41Z 2009-01-20T15:55:41Z <p>not legal, but for my own understanding I have</p> <p><strong>Hacker</strong>: someone that illegally access a system/application and does not perform "bad things"</p> <p><strong>Cracker</strong>: the same as above but do harm :)</p> <p>there are so many movies (everyone remembers the one with Angelina Jolie!), blogs, whitepapers about this, but this is my opinion :)</p> <p>I do like to be called a hacker, cause here at the company I tent to break the VPN access and access our servers, and I always tell my employer to "fix" that so next time I can't access by that way.</p> http://stackoverflow.com/questions/449421/what-is-the-legal-definition-of-hacking/857565#857565 0 Answer by Konrad Rudolph for What is the legal definition of "hacking"? Konrad Rudolph 2009-05-13T12:01:50Z 2009-05-13T12:01:50Z <p>I don't know about US law but I'll seize the opportunity to relate a stupidity in German law instead.</p> <p>Germany has recently outlawed unlawful use <em>and distribution</em> of so-called “hacker tools” (and yes, they use the English words in the legal text, written as “Hackertools”). Unfortunately, they nowhere define what these ominous “hacker tools” actually are, and neither do they define “hacker” or even “tool.” This might seem trivial but it robs the law of any basis. Even worse, it allows for completely arbitrary assignments of the terms.</p> <p>The law is ridiculous for two other reasons: first, it explicitly outlaws unlawful use of these tools. This is like outlawing use of guns for murder, or even outlawing crime. Impressive.</p> <p>Secondly, it outlaws distribution (for whatever purpose) which, among others, prevents computer security experts and teachers from distribution these tools for educational purposes to their students, and for programmers to distribute these tools to their users and customers.</p> <p>– Granted, slightly off-topic but it highlights the importance of legal definitions for such terms as “hacker.”</p>