Advertisement
Mukezh

Session Email Encryption

Apr 1st, 2019
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. Email Encryption
  2. =============
  3. What is encryption?
  4. Encryption is a Method which converts Plain Text Data which can be readable and understand into a unreadable form of data which is Encoded and cannot be easily readable by humans.
  5.  
  6.  
  7. Encryption
  8. -----------
  9. (plain text)prabhankar > +1 > qsbcibolbs (cipher text)
  10. |
  11. encryption key
  12.  
  13. Decryption
  14. -----------
  15. (cipher) qsbcibolbs > -1 > prabhankar (plain text)
  16. |
  17. Decrytion key
  18.  
  19.  
  20. Email Encryption : When we use the service of SMTP and sends a Email to another person, it uses End to End Encryption Method which is having some Public Key, Private Key and some Algorithms.
  21.  
  22. PGP - Pretty Good Privacy
  23. ====================
  24. Pretty Good Privacy or PGP is a popular program used to encrypt and decrypt email over the Internet, as well as authenticate messages with digital signatures and encrypted stored files. This encryption format developed by PGP is used by Emails and applications like Whatsapp nowadays which provides end to end security.
  25.  
  26. Website - https://encipher.it/
  27.  
  28.  
  29. IDN Homograph Attack
  30. =================
  31.  
  32. A IDN homograph attack is based on standards of modern Internet that allows us to communicate in various multiple languages provided all over the globe. Different languages may contain different but very similar characters. So a Attacker lures and pranks with a Victim by these languages. Eg of Languages - Cyrillic Characters.
  33.  
  34.  
  35. What IDN homograph can do?
  36. =============================
  37. Attackers can register their own domain names that are similar to the existing web addresses.
  38. Then they can create their own websites that are, again, the same or very similar to the existing original sites (that usually belong to banks, corporations, email or news services).
  39.  
  40.  
  41.  
  42.  
  43. Fake Emails
  44. =========
  45. A fake email means a email generated by fake dummy server from which a attacker can generate there email and customize it to lure and attracts a Victim for Spear Phishing and other activities.
  46.  
  47. Website - https://emkei.cz/
  48. guirellamail.com
  49.  
  50. Note: One could create a fake mailing script in php and could upload it in a free webhosting service which will help them to send fake mails and through which one can spoof anyone.
  51.  
  52. ----------------------------------------------------------------------
  53. Emails Tracing and Tracking
  54. =====================
  55. Demo of whoreadme.com
  56. Demo of IP Grabber
  57. http://www.fuglekos.com/ip-grabber/index.html
  58. https://grabify.link/
  59.  
  60.  
  61. Chrome extension : Mailtrack -> helps you getting the info. when a person has opened your email or even has read it or not.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement