Post
Topic
Board Development & Technical Discussion
Merits 2 from 2 users
Re: Encrypt a message using Bitcoin Public Key and decrypt with private key?Like PGP
by
Coding Enthusiast
on 29/09/2019, 14:50:41 UTC
⭐ Merited by ETFbitcoin (1) ,PrimeNumber7 (1)
It would be nice to see one day people using bitcoin protocol to encrypt messages,

This is not related to bitcoin protocol, this is a standard scheme used in Elliptic Curve Cryptography. Since the private/public key pairs used in bitcoin are EC key pairs, ECIES scheme could be used with them.