Hacker News new | ask | show | jobs
by packetized 2688 days ago
I’m curious to know what benefits accrue from sending the user’s private key over the wire (even encrypted). It seems a strange concept, at odds with ephemeral key usage.
1 comments

It helps to keep the whole crypto system simple and understandable.
Arguably, private keys should not ever leave the device on which they were generated.