Ask Your Question
0

Decrypt application tls data

asked 2020-05-29 00:50:17 +0000

SJS830 gravatar image

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.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-05-29 06:20:24 +0000

Jaap gravatar image

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.

edit flag offensive delete link more

Comments

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

grahamb gravatar imagegrahamb ( 2020-05-29 07:00:59 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2020-05-29 00:50:17 +0000

Seen: 1,140 times

Last updated: May 29 '20