|
|
|
|
|
by javbit
1472 days ago
|
|
You could probably use Shamir Secret Sharing so you'd need to have k out of n parts to recover the information. Downside is that this complicates what is supposed to be simple. edit: I see other commenters shared this idea too. |
|