❌ NO ENCRYPTION
Passwords sent in PLAINTEXT!
Visible in Wireshark capture
An attacker on the same network can read everything you send and receive.
✅ TLS ENCRYPTION
Passwords encrypted!
Only gibberish in Wireshark
Even on a public Wi-Fi network, your data stays private and protected.
📡 Wireshark - What can we see? ▶
1
Capture HTTPS (Secure)
Visit the HTTPS URL → Login → In Wireshark: Find TLS packets
Right-click → Follow → TLS Stream
✅ ENCRYPTED GIBBERISH ONLY!
2
Compare Results
HTTP Stream shows: username=md5_user&password=Pass123 In plain text for the world to see!
HTTPS Stream shows: �R��J�u��q��S�... (encrypted binary data) Very very difficult to decrypt! *SECURE*