First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Decrypt application tls data

  • retag add tags

I am trying to decode an application's packets to an external server. The app is running on my machine, and I have the "Server Key Exchange" and "Client Key Exchange" packets. The packets I am interested in are labeled as "encrypted application data (tls.app_data)". I was wondering if it's possible to decode these packets with the key exchange packets.

SJS830's avatar
1
SJS830
asked 2020-05-29 00:50:17 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

A very complicated topic, but in short, no, not with the key exchange packets alone. You'll need to have some key material as well. Depending on the kind of encryption used this may be static or ephemeral key material.

Jaap's avatar
13.7k
Jaap
answered 2020-05-29 06:20:24 +0000
edit flag offensive 0 remove flag delete link

Comments

See the wiki page on TLS for for information on decrypting TLS,

grahamb's avatar grahamb (2020-05-29 07:00:59 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer