written signal article

This commit is contained in:
qorg11 2020-10-11 20:49:50 +02:00
parent 0fec63873f
commit a74f4556a6
4 changed files with 32 additions and 2 deletions

View File

@ -66,6 +66,7 @@
<a href="../articles/thunderbird.html">Mozilla Thunderbird</a><br></br>
<a href="../articles/telegram.html">Telegram</a><br></br>
<a href="../articles/hexchat.html">Hexchat</a><br></br>
<a href="../articles/signal.html">Signal</a><br></br>
</div>
<hr></hr>
<h2>Search Engines</h2>
@ -106,4 +107,4 @@
</div>
</div>
</body>
</html>
</html>

29
articles/signal.html Normal file
View File

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" xml:lang="en">
<head>
<title>Signal</title>
<link rel="stylesheet" type="text/css" href="../style.css"/>
</head>
<body>
<h1 >Signal</h1>
<p><img src="../images/Signal-logo.png" /></p>
<p>Signal is a "private" instant messenger.</p>
<h2 >Spyware level: <font style="color:yellow;">MEDIUM</font></h2>
<h2 >You need to give Signal your phone number to work</h1>
<p>You cannot create an account in Signal without giving it your phone number.</p>
<h3 >Signal is not completly Peer-To-Peer</h1>
<p>Signal claims to be a Peer-To-Peer messenger. But this is not true because Signal stores <strong>your phone number</strong> in the servers.<a href="#fn1" class="footnote-ref" ><sup>1</sup></a></p>
<h3 >Signal encourages to be downloaded from Google Play</h1>
<p>Signal encourages to be downloaded from Google Play. Google play required the "Google Play Services" rootkit. And Signal developers don't want to change this.<a href="#fn2" class="footnote-ref" ><sup>2</sup></a></p>
<h3 >Further reading</h1>
<p><a href="https://kill-9.xyz/harmful/software/signal">Signal considered harmful</a></p>
<h1 >References</h1>
<section class="footnotes" role="doc-endnotes">
<p>1: <a href="https://blog.0day.rocks/a-look-into-signals-encrypted-profiles-5491908186c1">A Look Into Signals Encrypted Profiles</a></p>
<p>2: <a href="https://github.com/signalapp/Signal-Android/issues/127">Request: Google Play signed download alternative</a></p>
</section>
</body>
</html>

BIN
images/Signal-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -168,4 +168,4 @@ xmp {
.lime {
color: lime;
}
}