Twister | |
Twister | |
Author: | Miguel Freitas |
Developer: | Open-source on Github, Miguel Freitas, Lucas Leal |
Operating System: | FreeBSD,[1] Linux,[2] Mac OS X,[3] Microsoft Windows,[4] and Android[5] |
Size: | 1 MB |
Language: | English, Russian |
Genre: | Social network service, microblogging |
License: | MIT and BSD licenses |
Programming Language: | C++ |
Twister is a decentralized, experimental peer-to-peer microblogging program which uses end-to-end encryption to safeguard communications.[6] Based on BitTorrent- and Bitcoin-like protocols,[7] it has been likened to a distributed version of Twitter.[8] [9]
In 2020, original author Miguel Freitas said that he would no longer be leading Twister development for the "foreseeable future". The Twister network has continued functioning, however, and Freitas suggested that others might want to fork the project. It was also announced that the website might go offline, since its hosting was due to expire. The Twister core had been at version 0.9.40 since 2018.[10] Its source code remains available on GitHub.[11]
Twister is a Twitter-like microblogging platform that utilizes the same blockchain technology as Bitcoin and the file-exchange method of BitTorrent, both based on P2P technology. The website seobloggingpro.com ranked Twister the number-13 microblogging site,[12] and seosandwitch.com ranked Twister the number-four microblogging site.[13]
Twister was alpha-phase experimental software in 2014, implemented as a distributed file sharing system. User registration and authentication are provided by a Bitcoin-like network, so it does not depend on a central authority. Distribution of posts uses a Kademlia distributed hash table (DHT) network and BitTorrent-like swarms, both provided by libtorrent.[14]
Miguel Freitas, aiming to build a censor-resistant public posting platform,[15] began development of Twister in July 2013 to address free-speech and privacy concerns. Building on Bitcoin and Bittorrent, he built the core structure in October 2013. Lucas Leal was hired to create HTML and CSS for the user interface, with Freitas writing the required JavaScript code. Twenty-five hundred user accounts were registered in the platform's first six days of operation.[16]
Twister cannot be incapacitated (since there is no central point to attack), and uses end-to-end encryption. As a consequence of decentralisation, a user will be unable to regain access to their "account" if they lose access to their secret key.[17]
Brazilian computer engineer and programmer Miguel Freitas started developing the social network after learning about the massive surveillance programs of the US's National Security Agency (NSA) from NSA whistleblower Edward Snowden. He began to worry about the accessibility of a large quantity of information controlled by a single entity under American jurisdiction.
According to Freitas, Twitter is the social network that has been the most prominent in promoting democracy and the organisation of protests. He built Twister based on privacy-preserving technology due to the risks involved in providing personal information on social networks in light of mass surveillance conducted by the NSA.
Freitas and his developer, Leal, built the application's alpha version for Android, Linux and OS X. Versions for Windows and iPhone are not planned.
Twister is a distributed system that uses peer-to-peer architecture. Unlike other decentralised networks, it does not require the user to use their own server or trust a third-party server to use it. Distribution is achieved through the Bitcoin protocol, on a different network than that used by the cryptocurrency. The protocol handles the registration of users, and the Twister network verifies the users' names and that a message posted by a user originated from that user. Messages are transmitted through the BitTorrent protocol. Because it is a peer-to-peer system, there is no central server from which information may be collected. Twister was developed in Linux, and was ported to Android and OS X.
The first Twister prototype intended to reproduce the basic characteristics of microblogging platforms, including:
Private messages require the addressee to follow the speaker.
Twister has no central node to mediate messages. It uses 256-bit ECC encryption with the same parameters as Bitcoin, reportedly providing similar security to a 3072-bit RSA key. The direct message application is based on code published by Ladar Levison of Lavabit. Peers' IP addresses are not recorded in the application, but network interception can identify data flow between devices.[18]