forked from om/chatcontrol_dk
Add about page
This commit is contained in:
parent
d826be45f3
commit
fc135e4bc3
60
da/about.html
Normal file
60
da/about.html
Normal file
|
@ -0,0 +1,60 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Om chatcontrol.dk</title>
|
||||
<link rel="stylesheet" type="text/css" href="../style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
<div id="language_choice">
|
||||
<a href="../da/about.html"><img src="../img/dansk.svg"
|
||||
alt="dansk sprog"
|
||||
height="28" /></a>
|
||||
<a href="../en/about.html"><img src="../img/english.svg"
|
||||
alt="english language"
|
||||
height="28" /></a>
|
||||
<a class="about-link" href="index.html">tilbage til starten</a>
|
||||
</div>
|
||||
|
||||
<h1>Om chatcontrol.dk</h1>
|
||||
|
||||
<p>
|
||||
Vi er en gruppe af privatlivsaktivister som har dannet sig på
|
||||
<a href="https://bornhack.dk/bornhack-2022/">Bornhack 2022</a>.
|
||||
Vi er meget bekymret over planen om at scanne (næsten) alle personlige digitale beskeder i EU,
|
||||
fordi vi som IT-kompetente borgere forstår at:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
Digitale kommunikation er ofte fortrolige kommunikation, ligesom offline
|
||||
kommunikation. At krænke online kommunikation med overvågning er så
|
||||
alvorlig som af aflytte offline kommunikation.
|
||||
</li>
|
||||
<li>
|
||||
Automatiske klassifikationssystemer som skal bruges til at scanne beskederne
|
||||
er ikke pålidelige.
|
||||
Falsk positive resultater er sandsynlig, uanset hvad marketingfolk fortæller.
|
||||
Menneskelig kommunikation er meget komplekst og
|
||||
der findes ingen system som har bestået
|
||||
<a href="https://da.wikipedia.org/wiki/Turing-test">Turing Testen</a>.
|
||||
</li>
|
||||
<li>
|
||||
Scanningen vil ramme alle, men forbryderne kan stadig undgår at blive detekteret.
|
||||
De krypterer bare deres beskeder og filer udenfor chatprogrammer.
|
||||
</li>
|
||||
<li>
|
||||
Der er er en risiko for at chatcontrollen bliver udvidet til at scanne for
|
||||
andre indhold og rapporterer dem til myndighederne. Får du kontanthjælp og
|
||||
skriver du om at købe noget dyrt? Det er mistænkeligt og det skal meldes!
|
||||
</li>
|
||||
<li>
|
||||
Mange ikke-tekniske folk forstår ikke hvad chatcontrollen er.
|
||||
Vi håber at vi kan forklare det her og stoppe denne meget krænkende og farlige lov.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -20,6 +20,8 @@
|
|||
<a href="../en/"><img src="../img/english.svg"
|
||||
alt="english language"
|
||||
height="28" /></a>
|
||||
|
||||
<a class="about-link" href="about.html">Om chatcontrol.dk</a>
|
||||
</div>
|
||||
|
||||
<h1><div class="besked">ChatControl: Dine private beskeder skal overvåges</div></h1>
|
||||
|
|
62
en/about.html
Normal file
62
en/about.html
Normal file
|
@ -0,0 +1,62 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>About chatcontrol.dk</title>
|
||||
<link rel="stylesheet" type="text/css" href="../style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
<div id="language_choice">
|
||||
<a href="../da/about.html"><img src="../img/dansk.svg"
|
||||
alt="dansk sprog"
|
||||
height="28" /></a>
|
||||
<a href="../en/about.html"><img src="../img/english.svg"
|
||||
alt="english language"
|
||||
height="28" /></a>
|
||||
<a class="about-link" href="index.html">Back to the start</a>
|
||||
</div>
|
||||
|
||||
<h1>About chatcontrol.dk</h1>
|
||||
|
||||
<p>
|
||||
We are a group of privacy activists who have met each other at
|
||||
<a href="https://bornhack.dk/bornhack-2022/">Bornhack 2022</a>.
|
||||
We are very concerned about the plan to scan (almost) all personal messages in the EU,
|
||||
because we, as IT-competent citizens understand that:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
Digital communication is often confidential information, just like offline communication.
|
||||
To violate online communication with surveillance is
|
||||
as serious as eavesdropping on offline communication.
|
||||
</li>
|
||||
<li>
|
||||
The automatic classification systems that are supposed to be used to scan
|
||||
the messages are not reliable.
|
||||
False positive results are likely regardless of what
|
||||
marketing-people say.
|
||||
Human communication is very complex and
|
||||
there exists no system that has passed
|
||||
<a href="https://en.wikipedia.org/wiki/Turing_test">the Turing Test</a>.
|
||||
</li>
|
||||
<li>
|
||||
The scanning will affect everyone, but the criminals can still avoid being detected.
|
||||
They will just encrypt their messages and files outside of chat programs.
|
||||
</li>
|
||||
<li>
|
||||
The chatcontrol might be expanded to scan for other things and
|
||||
report them to the authorities.
|
||||
Do you get financial support and write about buying something expensive?
|
||||
That is suspicious and needs to be reported!
|
||||
</li>
|
||||
<li>
|
||||
Many non-technical people do not understand what the chatcontrol is.
|
||||
We hope that we can explain it here and stop this very violating and dangerous law.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -20,6 +20,7 @@
|
|||
<a href="../en/"><img src="../img/english.svg"
|
||||
alt="english language"
|
||||
height="28" /></a>
|
||||
<a class="about-link" href="about.html">About chatcontrol.dk</a>
|
||||
</div>
|
||||
|
||||
<h1><div class="besked">Chat Control: Your private messages will be scanned</div></h1>
|
||||
|
|
Loading…
Reference in a new issue