Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: metalbean on September 03, 2017, 12:56:59 PM



Title: What does signing a bitcoin address do?
Post by: metalbean on September 03, 2017, 12:56:59 PM
I've been asked to sign my address so that Byteball wallet can verify it. While on the outset it looks very safe as I am just linking a message(byteball address) to my bitcoin address and sharing the signed signature to Byteball wallet.

Can I just check if this is 100% safe? Is there any chance of compromise?

Thanks


Title: Re: What does signing a bitcoin address do?
Post by: ranochigo on September 03, 2017, 02:01:13 PM
It is safe. The message signing uses your private key and a message to generate a signature. The signature can be used to be verified against the address and message. It's most commonly used to verify your identity.

The signature does not contain your private key but your public key can be derived from it. It is not an issue at all since capable quantum computers aren't here yet. The only thing that will be exposed is your public key but that is also present in the transactions that you sent.

Tl;dr: Completely safe.


Title: Re: What does signing a bitcoin address do?
Post by: efeaydin on September 03, 2017, 02:28:18 PM
I've been asked to sign my address so that Byteball wallet can verify it. While on the outset it looks very safe as I am just linking a message(byteball address) to my bitcoin address and sharing the signed signature to Byteball wallet.

Can I just check if this is 100% safe? Is there any chance of compromise?

Thanks

You provide that this address is your address by signing a message. It is safe because private key is used to sign the mesaage but not included into signed mesaage. They can only find your public key from a signed message.