Network security in the microservice environment
Network security in the microservice environment
Posted Apr 14, 2017 19:23 UTC (Fri) by davidstrauss (subscriber, #85867)In reply to: Network security in the microservice environment by madhatter
Parent article: Network security in the microservice environment
I should add to my previous comment that shipping entropy ought to be better than shipping the keypair, not just comparable. When you ship entropy to the keypair-generating system (KGS, to spare myself later verbosity), the result should be *at least* as random as shipping the key itself. That is, if the KGS has no entropy or predictable "entropy," it shouldn't undermine the entropy of the data shipped to it; xor-ing random data with predictable data (in equal parts) still produces an equally random result. But, the upside is that, if the KGS has any usable entropy, the private key will not be known or guessable to other systems (to whatever degree that KGS has entropy).
So, I think the worst case has similar attack surface to the "ship the keypair" design, but the best case has less.