CosminaPrisma
- 100
- 0
I know that there are some encrypted e-mails services that are free. Which ones are good ones? Have you used any? Hotmail, yahoo,etc are not encrypted...neither is g-mail
chroot said:Even if your webmail service encrypts their HTTP traffic, the emails themselves are still being sent over SMTP from one mail server to another, completely unencrypted.
- Warren
pallidin said:That is not correct. An originating encrypted email, be it from the user himself or through a service, remains encrypted throughout all of the "jumps"
Actually this is what Chroot was saying, the payload of SMTP is not encrypted unless you encrypted it yourself via PGP or whatever.pallidin said:That is not correct. An originating encrypted email, be it from the user himself or through a service, remains encrypted throughout all of the "jumps"
What you might be referring to is that the transport protocol itself is not, and SHOULD NOT be encrypted, else you will lose transport ability. BUT, the contained encrypted data in each packet frame maintains encrypted regardless of how many mail servers it goes through to reach its destination.
the emails themselves are still being sent over SMTP from one mail server to another, completely unencrypted.
What you might be referring to is that the transport protocol itself is not, and SHOULD NOT be encrypted, else you will lose transport ability