This article has multiple issues. Please helpimprove it or discuss these issues on thetalk page.(Learn how and when to remove these messages) (Learn how and when to remove this message)
|
| WASTE | |
|---|---|
| Original author | Justin Frankel |
| Initial release | 2003; 22 years ago (2003) |
| Stable release | 1.7 / 2008; 17 years ago (2008) |
| Repository | |
| Written in | C++ |
| Operating system | Windows,Linux,OS X |
| Available in | English |
| Type | Darknet |
| License | GNU GPL |
| Website | waste |
WASTE is apeer-to-peer andfriend-to-friend protocol and software application developed byJustin Frankel atNullsoft in 2003 that featuresinstant messaging,chat rooms, and file browsing/sharing capabilities. The name WASTE is a reference toThomas Pynchon's novelThe Crying of Lot 49. In the novel, W.A.S.T.E. is (among other things) an underground postal service.
In 2003, less than 24 hours after its release,[1] WASTE was removed from distribution byAOL, Nullsoft's parent company.[2] The original page was replaced with a statement claiming that the posting of the software was unauthorized and that no lawful rights to it were held by anyone who had downloaded it, in spite of the original claim that the software was released under the terms of theGNU General Public License.
Several developers have modified and upgraded the WASTE client and protocol. TheSourceForge edition is considered by many to be the official development branch, but there are severalforks.
WASTE is a decentralized chat,instant messaging and file sharing program and protocol. It behaves similarly to avirtual private network by connecting to a group of trusted computers, as determined by the users. This kind of network is commonly referred to as adarknet. It uses strongencryption to ensure that third parties cannot decipher the messages being transferred. The same encryption is used to transmit and receive instant messages, chat, and files, maintain the connection, and browse and search.
WASTE networks aredecentralized (seesocial networks), meaning there is no central hub or server that everyone connects to. Peers must connect to each other individually. Normally, this is accomplished by having individuals sharing theirRSA public keys, ensuring that their computers are accessible via the appropriate ports (one or more parties must have anIP address and port that can be reached by the other), and entering the IP address and port of someone on the network to connect to.
Once connected to the network, public keys are automatically exchanged amongst members (provided enough of the members are set to forward and accept public keys), and nodes will then attempt to connect to each other, strengthening the network (decreasing the odds that any one node going down will collapse or shut out any part of the network), as well as increasing the number of possible routes from any given point to any other point, decreasing latency and bandwidth required for communication and file transfer.
Since WASTE connects small, private groups rather than large, public ones, the network search feature is one of the fastest of all the decentralized P2P applications. Its instant messaging and file sharing capabilities are much closer to those ofAOL Instant Messenger than more typicalfile sharing programs. Members of the network can create private and public chat rooms, instant message each other, browse each other's files, and trade files, including the pushing or active sending of files by hosts, as well as the more common downloading by users. Simple drag-and-drop to chat boxes will send files to their intended destinations.
The suggested size for a WASTE network (referred to as amesh by users) is 10-50nodes, though it has been suggested that the size of the network is less critical than the ratio of nodes willing to route traffic to those that are not. With originalNullsoft-client groups now exceeding ten years of age, it's not uncommon for stable meshes to host multiple terabytes of secure content.
By default, WASTE listens to incoming connections on port 1337. This was probably chosen because of 1337'sleet connotations.
Since there is no central hub, WASTE networks typically employ apassword orpassphrase, also called anetwork name to prevent collision. That is, a member from one network connecting to a member of another network, thus bridging the two networks. By assigning a unique identifier (passphrase) to your network, the risk of collisions can be reduced, particularly with the original clients.
Nullnets are networks without a passphrase. It is impossible to know how many nullnets exist, but there is one primary nullnet. The best way to access the nullnet is to post your credentials to the WASTE Key Exchange.[3][4] The nullnet can easily merge with other nullnets because there is no passphrase, which makes it a great place for public discussion and file sharing.
As of version 1.7, WASTE comes in an experimental and a stable release. The experimental branch implements a new 16k packet size, which improves overhead and transfer speeds, but is not compatible with previous versions which support a 4k packet size.[5]
WASTE 1.7.4 for Windows was released on 24 December 2008, and was current as of October 2009[update]. This is a new branch onSourceForge created because of inactivity on the main WASTE development branch. This is the most fully featured version to date.[6]
A cross-platform (includingLinux,OS X, andMicrosoft Windows) beta version of WASTE called Waste 1.5 beta 4 a.k.a. wxWaste, using theWxWidgets toolkit is available.[7]
VIA Technologies released afork of WASTE under the name PadlockSL, but removed the product's website after a few weeks. The user interface was written inQt and the client was available for Linux and Windows.[8]
BlackBelt WASTE is a releasedfork of WASTE. Its build is labelled 1.8 to mark its significant improvements across its various areas of functionality. It supports Tor and i2p networks as well as clearnet. Its routing has been updated to provide even more obfuscated meta-data internally. It has uPnP support to automatically handle port forwarding. It also has automatic Anti-Spoofing Technology to encourage unique users. Since May 2023, it also contains Conference VoIP. Under development since 2010, it currently (May 2023) has regular releases and improvements.[9]