Giter VIP home page Giter VIP logo

ishtar's Introduction

Ishtar

A collaborative fully distributed cloud storage system


special thanks to Chris and Martin for the awesome Ishtar-inspired logo!

Why Ishtar?

In 2018, when you use a service like AWS S3 or DropBox, you're making one pretty big assumption: the host is trustworthy. Can we make this assumption anymore? It's time to take back your data.

Ishtar is a fully distributed, trust-free cloud storage system. When you stick your files onto the Ishtar network, you don't have to fear for their security, because it's automatically assumed that everyone else on the network is malicious, and every check is made to make sure that your data remains yours.

How does Ishtar work?

Ishtar functions on top of HTTP, simply using GET and POST, meaning that it'll function on just about every network. When you decide to upload a file onto the Ishtar network, it first gets signed with your private key and then distributed out in 5 chunks to other users on the Ishtar network. Furthermore, each user doesn't get fully their own chunk, there is a lot of overlap in who gets what to ensure data redundency in case one peer goes offline. If a DropBox server dies, you don't use access to your data. Why should you lose your data on Ishtar?

If the node you are attempting to send data to does not have enough space to store all of your files, they will instead delegate the space off to one of their peers and will maintain where that data went. This results in a tree-like structure for distribution of large files.

As with bittorrent, when a new user wants to join the network, they use obtain initial tracking data -- This can be provided by either another user or by a centralized source (The former would be perferred, however the latter is an inevitability in sufficiently large systems; decentralized systems seem to have a knack for becoming centralized... github) More peers are gained as time is spent on the network and files are uploaded and received.

As the files are encrypted and then split up, users have no idea what their data is. Even if every single actor on the network teamed up against you, they would still need access to your private key in order to decrypt the file.

Ishtar itself is implemented as a UNIX daemon that runs in the background. It runs an HTTP server that can be configured to run on any specified port. In order to download or upload files, you need to have your webserver running (to avoid the BT 0% seeder problem).

Assumptions made by Ishtar

  • Every actor on the network is attempting malicious action
  • nodes will go offline and will return at will and will take their data with them.
  • data cannot be overwritten once it is on the network, it must be reuploaded.
  • users will provide storage in exchange for storing their files on the network.
  • you have basic security surrounding your private key.

What incentive is there for users to provide storage to the Ishtar network?

Unlike with modern cryptocurrency-based systems, there is no monetary incentive for being a part of the Ishtar network. Instead, there is a far simpler solution. For every Megabyte that you provide in storage, you get 1 megabyte of Ishtar cloud storage.

What is Ishtar not

Ishtar is not a file-sharing protocol for pirates. The system is not designed in any way to distribute files to other users, as that would require distributing your private key to another individual (which is breaking rules 1-n of OPSEC).

ishtar's People

Contributors

bananapuncher714 avatar avuxo avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.