![]() | |
Original author(s) | Juan Benet and Protocol Labs[1] |
---|---|
Developer(s) | Protocol Labs |
Initial release | February 2015[1] |
Stable release | 0.18.1
/ 2023-01-30[2] |
Repository | github |
Written in | |
Available in | Go, JavaScript, Python |
Type | |
License | MIT license, Apache license 2.0 |
Website | ipfs.tech |
Part of a series on |
File sharing |
---|
![]() |
File hosts |
Video sharing sites |
BitTorrent sites |
Media servers |
Technologies |
File sharing networks |
Academic |
P2P clients |
Anonymous file sharing |
History and societal aspects |
By country or region |
Comparisons |
The InterPlanetary File System (IPFS) is a protocol, hypermedia and file sharing peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting IPFS hosts.[4][5]
IPFS can among others replace the location based hypermedia server protocols http and https to distribute the World Wide Web.[5][6][7]
IPFS allows users to host and receive content in a manner similar to BitTorrent. As opposed to a centrally located server, IPFS is built around a decentralized system[8] of user-operators who hold a portion of the overall data, creating a resilient system of file storage and sharing. Any user in the network can serve a file by its content address, and other peers in the network can find and request that content from any node who has it using a distributed hash table (DHT).
In contrast to BitTorrent, IPFS aims to create a single global network. This means that if two users publish a block of data with the same hash, the peers downloading the content from "user 1" will also exchange data with the ones downloading it from "user 2".[9] IPFS aims to replace protocols used for static webpage delivery by using gateways which are accessible with HTTP.[10] Users may choose not to install an IPFS client on their device and instead use a public gateway. A list of these gateways is maintained on the IPFS GitHub page.[11]
IPFS was created by Juan Benet, who later founded Protocol Labs in May 2014.[5][12]
IPFS was launched in an alpha version in February 2015, and by October of the same year was described by TechCrunch as "quickly spreading by word of mouth."[1] Network service provider Cloudflare started using IPFS in 2018 and launched its own gateway in the system in 2022.
In March 2020, the Opera browser provided access to the centralized resources of the Unstoppable Domains provider by hosting content in IPFS.
ipfs://
links to access data on the IPFS network.[22]Phishing attacks have also been distributed through Cloudflare's IPFS gateway since July 2018. The phishing scam HTML is stored on IPFS, and displayed via Cloudflare's gateway. The connection shows as secure via a Cloudflare SSL certificate.[27]
The IPStorm botnet, first detected in June 2019, uses IPFS so it can hide its command-and-control amongst the flow of legitimate data on the IPFS network.[28] Security researchers had worked out previously the theoretical possibility of using IPFS as a botnet command-and-control system.[29][30]