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?
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