Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: jubalix on July 28, 2017, 11:29:14 PM



Title: if I sign a message with a private key, SHA256, and RIPEMD160 protection lost?
Post by: jubalix on July 28, 2017, 11:29:14 PM
if I sign a message with a private key is SHA256, and RIPEMD160 protection lost for that address?


Title: Re: if I sign a message with a private key, SHA256, and RIPEMD160 protection lost?
Post by: achow101 on July 28, 2017, 11:45:04 PM
Yes. Signing anything will reveal the public key.


Title: Re: if I sign a message with a private key, SHA256, and RIPEMD160 protection lost?
Post by: yinoye on July 29, 2017, 01:23:13 AM
Yes. Signing anything will reveal the public key.

The wallet address which is the public key is revealed..
what of the private key itself..hope it is safe ??


Title: Re: if I sign a message with a private key, SHA256, and RIPEMD160 protection lost?
Post by: achow101 on July 29, 2017, 03:02:54 AM
what of the private key itself..hope it is safe ??
The private key is never revealed in signatures. Otherwise Bitcoin wouldn't be secure as signatures are used in transactions.


Title: Re: if I sign a message with a private key, SHA256, and RIPEMD160 protection lost?
Post by: TechPriest on July 29, 2017, 07:14:29 AM
The wallet address which is the public key is revealed..
what of the private key itself..hope it is safe ??

Wallet address it is not the public key by itself. If for a simple it's public key hash.
You may not afraid about private key. Ask yourself: what does signature is by itself? If for a simple it's encrypted hash of private key. You can't reestablish private key through signature.