Cyber Security

End-To-End Encrypted Communication using Python

By Fernet Encryption Algorithm

Nikhil Vemu
3 min readDec 5, 2020

--

Photo by Jason Leung on Unsplash

Have you ever wondered how WhatsApp maintains your chats secure to prevent the ‘Man in the Middle’ from viewing them? That’s called ‘End-to-End Encryption’, which encrypts the message before sending using a key, and decrypts the message after the receiver receives it.

--

--