Jump to content

email over https

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
P98

P98

    Newbie

  • Members
  • PipPip
  • 14 posts
Even if i send a email over https ( Eg:- gmail) Do i still need to sign the email to ensure integrity ? And also do i have to encrypt it to ensure confidentiality ?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
https only covers your email between you and the mail server. Once it gets pushed from the mail server to its destination, it is NOT going over a secure connection. That means it could be intercepted, altered, corrupted, etc between gmail and the destination. email protocols do NOT send emails between servers in encrypted format.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
Your TLS and SSL will ensure you write it securely, not if you are forwarding the e-mail to a non-gmail client - then you and they will require something such as PGP to be secure.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#4
P98

P98

    Newbie

  • Members
  • PipPip
  • 14 posts
To use S/MIME do i need a digital certificate ?

#5
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
Yes, it is a public key encryption that you have to sign.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.