Hacker News new | ask | show | jobs
Show HN: DiceSlice – Secret Sharing in the Browser (github.com)
1 points by numago 489 days ago
I built a web application that utilizes Shamir's secret sharing and the Web Crypto API to 'slice' a secret into AES-256-GCM encrypted parts. The secret can only be recovered by combining a certain number of these files. It is fully open source and it runs completely in the browser.