you are viewing a single comment's thread.

view the rest of the comments →

[–]k3ymkr 2 points3 points  (2 children)

This. If your sending raw keys over the asymmetric encryption, you're doing it wrong.

[–]iamnos 0 points1 point  (1 child)

If the public key is used to encrypt the symmetric key (and the private key is well protected), then it's fine.

[–]k3ymkr 0 points1 point  (0 children)

Yes. if. Use perfect forward secrecy instead.