Score:0

How to find the symmetric key algorithm being used for a TLS connection in Wireshark?

ru flag

I'm doing a TLS Wireshark lab and I can't find any information in Wireshark, the lab, or online how to find this answer:

What symmetric key cryptography algorithm is being used by the client and server to encrypt application data (in this case, HTTP messages)?

How do I find the symmetric key algorithm being used for this TLS connection in Wireshark?

Here are some screenshots:

wireshark-screenshot1

wireshark-screenshot2

dave_thompson_085 avatar
jp flag
**The ciphersuite in the ServerHello message tells you** several things: in 1.2 and below it tells you the keyexchange-plus-authentication method, symmetric cipher and (if applicable) HMAC hash, and only in 1.2 for some suites, the KDF hash (called PRF); in 1.3 it skips kx/auth and tells you the symmetric cipher (which always _includes_ the MAC), and the KDF hash. ServerHello should be about 2-4 messages before the ones you showed.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.