From 7e0c3a61d77c26e56eee244253d1c3d7131392ac Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Tue, 27 Dec 2016 10:26:02 +0100 Subject: [PATCH] add a2.tex --- .gitmodules | 3 +++ assignment2/a.tex | 24 +++++++++++++++++++++++- assignment2/preamble.tex | 6 +++--- rutitlepage | 1 + 4 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 .gitmodules create mode 160000 rutitlepage diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..39bce0c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "rutitlepage"] + path = rutitlepage + url = git@github.com:dopefishh/rutitlepage diff --git a/assignment2/a.tex b/assignment2/a.tex index bf66c91..b3bbf8f 100644 --- a/assignment2/a.tex +++ b/assignment2/a.tex @@ -1,7 +1,29 @@ %&a \begin{document} -\maketitle +\maketitleru[% + course={Philosophy and Ethics of Computer and Information Sciences}, + authorstext={Author:}] \section{Grey Hat Cracking Should Be Legalized} +In the digital world the notion of property is significantly different than the +notion of property in the real world. Property in the digital world can be +interchanged, duplicated and changed without physical intervening. This means +that property and ownership is much more a matter of trust and regulations than +anything else. + +By this definition the notion of ``going equipped'' in the digital world is +vastly different than in the physical world. One can go ``non-equipped'' but +having the tools within reach and the other way around. There is hardly a +concept of distance in the digital world. + +Grey hat hacking means black hat hacking with good intents. Grey hat hacking is +not hacking for the sake of cracking but for the sake of improving the security +and notifying the owner of the system. Often this is compared to breaking into +a house and informing the owners on how to improve their door locks. However, +with the aforementioned notion of property, this is not an analogous issue. +Again, grey hat hacker is built around trust. While the actions look the +same, a grey hat hacker will not look at the compromised data and will not +plant back doors. Therefore it is very important that specialized police +officers monitor the web and, when necessary, hack and test systems. \section{Web Scrapers and Robot Denial Files} diff --git a/assignment2/preamble.tex b/assignment2/preamble.tex index 7e34da8..9763b32 100644 --- a/assignment2/preamble.tex +++ b/assignment2/preamble.tex @@ -2,8 +2,8 @@ \usepackage[british]{babel} \usepackage{geometry} +\usepackage{../rutitlepage/rutitlepage} -\author{Mart Lubbers\\\small{s4109503}} +\author{Mart Lubbers\\s4109503} \date{\today} -\title{Assignment 2: Elaborating on three discussion topics\\ - \small{Philosophy and Ethics of Computer and Information Sciences}} +\title{Assignment 2: Elaborating on three discussion topics} diff --git a/rutitlepage b/rutitlepage new file mode 160000 index 0000000..32fc745 --- /dev/null +++ b/rutitlepage @@ -0,0 +1 @@ +Subproject commit 32fc745524953baa115b829fd37a88c934ed1330 -- 2.20.1