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

How to decrypt TLS in TCP ?

  • retag add tags

To decrypt TLS in HTTPS you can set browser to save keys, how to decrypt TLS in TCP ? (If HTTPS is not involved)

useruser's avatar
1
useruser
asked 2023-05-20 06:34:31 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

If you can access the key material, it is exactly the same. You may need to set ‘decode as’ to tls, but if key material is present, it should decode.

Getting key material is completely dependent on what you are doing and is surely the difficult part. I suspect this is your question, but really no way to say if your specific cases are not understood. Generally, you can have OpenSSL dump the keys if that option is present in your app. Other libraries may do the same, but even if supported, the functionality has to be allowed at the application level. There are proxy systems that could sometimes work.

Bob Jones's avatar
1.5k
Bob Jones
answered 2023-05-20 21:22:50 +0000
edit flag offensive 0 remove flag delete link

Comments

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