Suggested method to blindly generate a private key that only a recipient can access

+1 vote
Looking for thoughts on how a user in a Multichain blockchain env might generate a private/public key address pair for the purpose of sending "value" to a recipient but only recipient would be able to decrypt priv key and sender would never be exposed to priv key, only public key. This is for an experiment so I don't need to discuss the obvious norms of why this may be nonsensical. Just curious of how a blind priv key could be generated as close as possible to zero trust / zero knowledge.  

thanks,

sull
asked Nov 23, 2016 by anonymous

1 Answer

0 votes
Is there a known method for doing this in bitcoin? If so the same method should work in MultiChain as well. If not, that would be the place to start looking I think.
answered Nov 24, 2016 by MultiChain
...