You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the objective is to send emails in a more secure way, keylogger.py is using TLS to send an email but since SL/TLS only encrypt email on its way between the sender’s email client and his/her email server. A message is then decrypted and it travels all the way to the recipient’s inbox without any encryption, being vulnerable to attacks.
I suggest using an end-to-end encryption like PGB to strengthen the security of the process.
The text was updated successfully, but these errors were encountered:
Since the objective is to send emails in a more secure way, keylogger.py is using TLS to send an email but since SL/TLS only encrypt email on its way between the sender’s email client and his/her email server. A message is then decrypted and it travels all the way to the recipient’s inbox without any encryption, being vulnerable to attacks.
I suggest using an end-to-end encryption like PGB to strengthen the security of the process.
The text was updated successfully, but these errors were encountered: