francescomecca.eu/output/blog/2016/7/6/im-services/index.html

200 lines
6.3 KiB
HTML
Raw Normal View History

2018-11-10 18:19:00 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Phone messaging apps comparison | Caught in the Net</title>
2018-11-10 18:32:04 +01:00
<link rel="stylesheet" href="../../../../../assets/blog/fonts/opensans.css">
<link href="../../../../../assets/blog/css/normalize.css" rel="stylesheet" type="text/css">
<link href="../../../../../assets/blog/css/cayman.css" rel="stylesheet" type="text/css">
2018-11-10 18:19:00 +01:00
<meta name="theme-color" content="#5670d4">
<meta name="generator" content="Nikola (getnikola.com)">
<link rel="alternate" type="application/rss+xml" title="RSS" hreflang="en" href="../../../../../rss.xml">
<link rel="canonical" href="francescomecca.eu/blog/2016/7/6/im-services/">
<meta name="author" content="Francesco Mecca">
<link rel="prev" href="../../5/arduino_keyboard/" title="Arduino Uno as HID keyboard" type="text/html">
<link rel="next" href="../../7/pres-berk/" title="A short talk about cryptography at the Berkman Klein Center" type="text/html">
<meta property="og:site_name" content="Caught in the Net">
<meta property="og:title" content="Phone messaging apps comparison">
<meta property="og:url" content="francescomecca.eu/blog/2016/7/6/im-services/">
<meta property="og:description" content="I made this chart for a presentation at the Berkman Klein Center
Whatsapp
Telegram
Signal
Source code
closed source
open source
open source
Api
none
various
library
Encription protocol
sta">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2016-07-06T00:00:00Z">
<meta property="article:tag" content="instant messaging">
<meta property="article:tag" content="messaging protocols">
<meta property="article:tag" content="PesceWanda">
<meta property="article:tag" content="signal">
<meta property="article:tag" content="telegram">
<meta property="article:tag" content="whatsapp">
</head>
<body>
<div id="container">
<section class="page-header"><h1 class="project-name">
Caught in the Net
</h1>
<h2 class="project-tagline">La rete ti cattura ma libera il pensiero</h2>
<a class="btn" href="../../../../../">Home</a>
<a class="btn" href="../../../../../pages/about/">About me</a>
<a class="btn" href="../../../../../pages/contattami/">Contact me</a>
<a class="btn" href="../../../../../archiveall.html">Archive</a>
<a class="btn" href="../../../../../rss.xml">RSS</a>
<a class="btn" href="http://francescomecca.eu/git/pesceWanda">Personal Git</a>
<a class="btn" href="https://github.com/FraMecca">Github</a>
2020-01-29 11:08:46 +01:00
<a class="btn" href="https://francescomecca.eu/git/pesceWanda/Curriculum_vitae/raw/master/latex.dir/cv.pdf">Curriculum</a>
2018-11-10 18:19:00 +01:00
</section><section class="main-content"><div class="post">
<header><h1 class="post-title">
<h1 class="p-name post-title" itemprop="headline name">Phone messaging apps comparison</h1>
</h1>
</header><p class="dateline post-date">06 July 2016</p>
</div>
<div class="e-content entry-content" itemprop="articleBody text">
<div>
<p>I made this chart for a presentation at the <a href="https://cyber.law.harvard.edu/">Berkman Klein Center</a></p>
<table>
<thead><tr>
<th></th>
<th align="center">Whatsapp</th>
<th align="center">Telegram</th>
<th align="right">Signal</th>
</tr></thead>
<tbody>
<tr>
<td>Source code</td>
<td align="center">closed source</td>
<td align="center">open source</td>
<td align="right">open source</td>
</tr>
<tr>
<td>Api</td>
<td align="center">none</td>
<td align="center">various</td>
<td align="right">library</td>
</tr>
<tr>
<td>Encription protocol</td>
<td align="center">state of the art</td>
<td align="center">self made</td>
<td align="right">state of the art</td>
</tr>
<tr>
<td>Contact list location</td>
<td align="center">cloud</td>
<td align="center">cloud</td>
<td align="right">cloud, encrypted</td>
</tr>
<tr>
<td>Forward Secrecy</td>
<td align="center">yes</td>
<td align="center">yes</td>
<td align="right">yes</td>
</tr>
<tr>
<td>Database</td>
<td align="center">phone storage</td>
<td align="center">cloud</td>
<td align="right">phone storage</td>
</tr>
<tr>
<td>Backup capability</td>
<td align="center">Icloud or Gcloud</td>
<td align="center">builtin</td>
<td align="right">none</td>
</tr>
<tr>
<td>Revenue</td>
<td align="center">ads (Facebook)</td>
<td align="center">donation based</td>
<td align="right">donation based</td>
</tr>
<tr>
<td>Federation</td>
<td align="center">no</td>
<td align="center">no</td>
<td align="right">no</td>
</tr>
<tr>
<td>Alternative download location</td>
<td align="center">website</td>
<td align="center">F-Droid</td>
<td align="right">none</td>
</tr>
<tr>
<td>Uses third party services</td>
<td align="center">no</td>
<td align="center">no</td>
<td align="right">Google Cloud Messaging</td>
</tr>
<tr>
<td>Servers location</td>
<td align="center">US</td>
<td align="center">Russia</td>
<td align="right">US</td>
</tr>
<tr>
<td>Tied to mobile number</td>
<td align="center">yes</td>
<td align="center">yes, but nickname available</td>
<td align="right">yes</td>
</tr>
<tr>
<td>Desktop client</td>
<td align="center">no</td>
<td align="center">yes</td>
<td align="right">no</td>
</tr>
</tbody>
</table>
</div>
</div>
<aside class="postpromonav"><nav><h4>Categories</h4>
<ul itemprop="keywords" class="tags">
<li><a class="tag p-category" href="../../../../../categories/instant-messaging/" rel="tag">instant messaging</a></li>
<li><a class="tag p-category" href="../../../../../categories/messaging-protocols/" rel="tag">messaging protocols</a></li>
<li><a class="tag p-category" href="../../../../../categories/pescewanda/" rel="tag">PesceWanda</a></li>
<li><a class="tag p-category" href="../../../../../categories/signal/" rel="tag">signal</a></li>
<li><a class="tag p-category" href="../../../../../categories/telegram/" rel="tag">telegram</a></li>
<li><a class="tag p-category" href="../../../../../categories/whatsapp/" rel="tag">whatsapp</a></li>
</ul></nav></aside><p class="sourceline"><a href="index.md" class="sourcelink">Source</a></p>
<footer class="site-footer" id="footer"><span> CC BY-SA 4.0 International.<br></span>
2018-11-10 18:32:04 +01:00
<span class="site-footer-credits"><a href="https://getnikola.com">Nikola</a>, <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a>.</span>
2018-11-10 18:19:00 +01:00
</footer></section>
</div>
</body>
</html>