Our platform provides a digtal way to store your seed phrases( that are used to generate private keys over the ethereum network) securely over a network of anonymous peers.
We had to create an implementable version of 'Shamir's Sectret Sharing Algorithm' which was specifically tailored to our needs. We also had to come up with an innovative way to ensure that no one over the network could view a user's private key, even if they were to collude and decrypt it.
Discussion