Score:2

Multiple signature encryption with GnuPG

rw flag

I'm aware that GnuPG encrypts for multiple recipients, but is there any way to build a multisig, say, 2 of 5 signatures with GPG?

So having a file encrypted for the following recipients needs at least two of the five to decrypt it:

gpg --encrypt \
  --recipient [email protected] \
  --recipient [email protected] \
  --recipient [email protected] \
  --recipient [email protected] \
  --recipient [email protected] \
clear-message.txt
Morrolan avatar
ng flag
Terminology nitpick: A multisignature is about requiring a certain number of parties to **sign** a message. When talking about a system where multiple parties are required to **decrypt** a ciphertext, one would usually call it a 'threshold cryptosystem'. I don't think GPG supports this natively, but might be mistaken.
Pavel Niedoba avatar
gp flag
I would love to have that, maybe having shamir on top of private key would do the job https://en.wikipedia.org/wiki/Shamir%27s_secret_sharing
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.