Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.55 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.55 KB

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

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: