Short Question:
Alice and Bob want to tranfer a secret letter. How can they transfer the information with the use of the blockchain?
Thanks!
Why the need for the blockchain?
1) just a secret message transfer:
bob publishes his public key, alice encrypts the message to that key and sends to bob.
2) a secret message transfer with some deniability for both:
as in (1) except alice transfers encrypted message to a dropbox like mailinator
Use of a blockchain would be indicated if you wanted the message to remain around forever, immutable.
Do you really need this? Possibly you only need the hash of the message to be kept immutable forever?