What does HackerNews think of horcrux?

Split your file into encrypted fragments so that you don't need to remember a passcode

Language: Go

2 cents : Found this related github project with a cli tool to split and bind a file : https://github.com/jesseduffield/horcrux
There is Horcrux https://github.com/jesseduffield/horcrux. One of the projects I've personally had in the back of my head is a completely self contained key system using just a self contained HTML file (so each shard is a static HTML file that can be run to read the other keys using file drag/drop).
The main implementation is called horcrux.

https://github.com/jesseduffield/horcrux

This is basically a low tech (and much more unsecure) version of the n=2 case.

There's another project called horcrux[1], but it doesn't split passwords, it splits files to encrypt them without password.

[1]: https://github.com/jesseduffield/horcrux