Live data from Hacker News

Horcrux: Split your file into encrypted fragments

github.com

1–10 of 153 posts

Re: Horcrux: Split your file into encrypted fragments

#3
Fun repo that uses the Shamir Secret Sharing Scheme to break a file into parts which can be recombined to get the original. From the README

Who this is for:

    People who need to encrypt a big sensitive file like a diary and don't expect to remember any passwords years from now (but who paradoxically will be capable of remembering where they've hidden their horcruxes)

    People who want to transmit files across multiple channels to substantially reduce the ability for an attacker to intercept
FAQ

    Q) This isn't really in line with how horcruxes work in the harry potter universe!
    A) It's pretty close! You can't allow any one horcrux to be used to resurrect the original file (and why would you that would be useless) but you can allow two horcruxes to do it (so only off by one). Checkmate HP fans.

Re: Horcrux: Split your file into encrypted fragments

#7

Fun repo that uses the Shamir Secret Sharing Scheme to break a file into parts which can be recombined to get the original. From the README Who this is for: People who need to encrypt a big sensitive file like a diary and don't expect to remember any passwords years from now (but who paradoxically will be capable of remembering where they've hidden their horcruxes) People who want to transmit files across multiple ch…

[deleted]

Re: Horcrux: Split your file into encrypted fragments

#10

This is one of the most badass names for a project I have seen in a while!

It's inaccurate though. The whole point of horcruxes in the book is that Voldemort can always resurrect himself if one of them remains. This tool is the opposite: you need multiple parts to reconstruct the file.
Post reply on HN