Giter VIP home page Giter VIP logo

horcrux's Introduction

header

'The Dropbox for IPFS' // 'Hide in plain sight'

Why do I need horcrux?

horcrux is a client which can hopefully resolve some of the drawbacks IPFS has.

  • Data on IPFS is permanent! So you better be careful of what you put on there
  • Your data is on someone else's computer, how do you secure it?
  • IPFS can get slow and if you're uploading a huge file, it might take a while
  • A teeny tiny change to a huge file? You'll have to upload the entire file again!
What does horcrux do?
  • horcrux uses deduplication to find similar patterns in a file and breaks down the file into those chunks.
  • It then encrypts those chunks and pushes them to IPFS
  • It keeps track of which encrypted chunk belongs to which file.
  • It can then recreate the file based on this info.

In this way:

  • Only chunks with updates will be pushed to IPFS, saving time and bandwidth
  • Everything that's pushed is encrypted

Visual representation working

This project is currently under development!

TODO:

  • Find a more elegant way to generate and download blk and enc files without changing pyrabin
  • Refactor code to be more elegant, refactor variable names to be consistent
  • Introduce a config file which can have the encryption password and other details
  • Reintroduce UI and hook it up with the horcrux via Flask
  • Come up with unit tests
Dependencies and credits

horcrux is written in such a way that all the dependencies it uses can be swapped out easily. However the prototype was made with the help of these fine repos:

horcrux's People

Contributors

ghatage avatar agojiya 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.