diff --git a/.gpg-quorum_3of5.sh.swp b/.gpg-quorum_3of5.sh.swp deleted file mode 100644 index 3b8d3b9..0000000 Binary files a/.gpg-quorum_3of5.sh.swp and /dev/null differ diff --git a/README.md b/README.md index acd10dc..2f14133 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,11 @@ I looked into "Shamir secret sharing" but I find that generating a new secret th ### output: -this bash script +this bash script is set to take N recipients and encrypt four file to make sure only with the quorum of at least 3 recipients the file will be opened + +the logic behind that is really simple: + + ### requirements: @@ -33,3 +37,87 @@ edit the debug variable to add your email address (if you want) for debugging pu your output will be a file named your_file_to_encrypt.ext.ENCRYPTED + +### customization: + +if you want to increase the number of people needed to decrypt the file to 4 for example, +edit this block of code from: + +``` +#main loop: +for ((idxA=0; idxA