Relative Content

Tag Archive for c++sslnetworkingwiresharkpcap

How to find Nonce Number or IV in a PCAP file

I am trying to decrypt the SSL/TLS (TLSv1.3) somewhat like WireShark using SSLKeyLog file. I learned that the AEAD is passed with payload which is the last 16 bytes of the Application Data(Not sure about this).