added to readme
This commit is contained in:
parent
98ad62e448
commit
bd4f155605
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -20,6 +20,21 @@ this bash script is set to take N recipients and encrypt four file to make sure
|
|||
|
||||
the logic behind that is really simple:
|
||||
|
||||
```
|
||||
#the combination matrix for a quorum of 3 recipients on 5:
|
||||
#recipients: A,B,C,D,E
|
||||
#
|
||||
#A,B,C
|
||||
#A,B,D
|
||||
#A,B,E
|
||||
#A,C,D
|
||||
#A,C,E
|
||||
#A,D,E
|
||||
#B,C,D
|
||||
#B,C,E
|
||||
#B,D,E
|
||||
#C,D,E
|
||||
```
|
||||
|
||||
|
||||
### requirements:
|
||||
|
|
Loading…
Reference in a new issue