Wireshark - reading encrypted data

Snarre picture Snarre · Oct 20, 2013 · Viewed 8.5k times · Source

Im trying to learn how too use Wireshark properly. And im wondering if Wireshark can read encrypted data it captures when sniffing? if so how do I initiate this?

Answer

Dev picture Dev · Oct 21, 2013

Wireshark supports decrypting SSL/TLS sessions if you provide it the private key the server uses to do key exchange. If if a cipher suite is chosen that uses ephemeral keys, you will not be able to decrypt data.

You can read more about this capability on the Wireshark wiki for SSL