Stories
Slash Boxes
Comments

SoylentNews is people

Submission Preview

Link to Story

European Commission to Use Open Source Messaging Service Signal

Accepted submission by canopic jug at 2020-03-18 05:38:10
Digital Liberty

The Signal messaging progam is now the favored messaging program for the European Commission [europa.eu] instead of proprietary messaging programs. The decision was made last month, in February, to prefer it for both internal and external communication.

The Signal open source software is written in JavaScript, TypeScript and CSS and published on GitHub [github.com] under a General Public Licence v3.0 (GPLv3). In particular, the clients [wikipedia.org] are published under the GPLv3 [wikipedia.org] license, while the server [wikipedia.org] code is published under the GNU Affero General Public License v3 [wikipedia.org]. The software contains the following features:

  • Voice and video calls to other Signal users;
  • Text messages, files, voice notes, pictures, GIFs, and video messages to other Signal users;
  • Group messaging;
  • Set deletion timers for messages on both the sender and the received devices.

All communications to other Signal users are free of charge and automatically end-to-end encrypted. The keys that are used to encrypt the user's communications are generated and stored at the endpoints, that is to say by users, not by servers. To verify that a correspondent is really the person that they claim to be, Signal users can compare key fingerprints (or scan QR codes).


Original Submission