Problem with QR SafeShare is that we can't reconstruct or combine split parts into one with anything else except using your website.
This makes it a non-standard method and that means more risk of making a mistake and losing backup forever.
There is standard shamir secret sharing without QR codes, but I am not sure if that is compatible with your method.
PS
I will read documentation more and try to perform some test when I have some free time.
Thanks a lot for your message and feedback, I really appreciate it! Sometimes I get the feeling that not many people want to use this tool, or maybe don’t fully understand it, so it’s great to see someone looking into it.
Each QR simply contains a JSON payload with the share data (Shamir or XOR). With enough shares (or the two XOR parts) the secret payload can be reconstructed by any tool or implementation that understands the same format and encodings.
You’re right that for recovery phrases I use a custom compression method, which means you’ll need the QR SafeShare tool (via my website or a
local copy) to reconstruct them. For short notes and passwords, however, compatibility is maintained since you can recover those with just the Shamir or XOR part, as those follow standard methods.
To reduce dependency risk, the tool isn’t limited to the main site. You can also use the GitHub version here:
https://cmd1982.github.io/qr-safeshare/, or
host it yourself. That way, even if
qrsafeshare.com is no longer available, the method will still be usable.
It’s also possible to install the site as a Progressive Web App (PWA) on mobile or desktop for offline use. Instructions are available here:
https://qrsafeshare.com/help.html#pwa.