|
|
|
|
|
by compsciphd
27 days ago
|
|
that's just 3 shamir secret sharings. key is protected by a 3 of 3 keys. 1 protected by 3 of 4 (i.e. SSS the key into a 3 of 4)
1 protected by 2 of 3 (i.e. SSS the key into a 2 of 3)
1 that just is. so you take your original key and SSS into a 3 of 3. you take part 1 and SSS into a 3 of 4, and take part 2 and SSS into a 2 of 3. |
|