Score:0

Deriving a signature without the signer

ng flag

Say we have an element $g=H(m)$ in a group (this element may or may not be a generator of the group).

Are there signature schemes that enable to sign this element, and then to be able to derive a signature of $g^a$ for a chosen $a$ without the presence of the signer?

Thank you for your help.

Score:1
my flag

Are there signature schemes that enable to sign this element, and then to be able to derive a signature of $g^a$ for a chosen $a$ without the presence of the signer?

If you mean "without access to the private key", and you prohibit $a \equiv 1 \pmod q$ (where $q$ is the group order), no, there's not such standard signature mechanism.

For a signature system, we expect that the attacker (without access to the private key) who can get a number of values signed (for example, $g$) is still unable to generate a valid signature for any other message (including $g^a$).

Mark avatar
ng flag
It's worth mentioning that a common way to stop someone with a signature of $m$ from creating a signature of $f(m)$ is by signing hashes $H(m)$ rather than messages $m$ directly. A scheme may support signing $g = H(m)$, and support creating valid signatures of $g^a := H(m)^a$ while still being secure, as it would be unclear how to find $m'$ such that $H(m') = H(m)^a$, which would be required for a break.
Adam54 avatar
ng flag
@Mark Thank you for the remark. I have added the precision about $g=H(m)$.
Adam54 avatar
ng flag
@poncho Yes I understand your remark. Thank you for your answer.
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.