Show HN: DiceSlice – Secret Sharing in the Browser
https://github.com/numago/dicesliceI 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.