|
|
|
|
|
by patrickg_zill
3725 days ago
|
|
I personally love the idea of using a blockchain to send anonymous, encrypted messages. I tried out BitMessage I think it was, a while back; I think a stripped-down lightweight version of it would be very useful. Maybe with a Web browser doing encryption, decryption in-browser (already Tutanota etc. do this). Not sure as to the the other pieces that would need to be deployed. |
|
If you are interested, you can use OpenPGP with ECC ( and the JS implementation https://github.com/Jaxx-io/openpgpjs-secp256k1 )
Take into account that you need to use different keys for signing and encryption and the BIP 44 can be useful for this purpose.