G
G
GnomKiller2015-09-03 14:55:44
Encryption
GnomKiller, 2015-09-03 14:55:44

How to use ssl.log for TLS_DHE_RSA_WITH_AES_128_CBC_SHA?

As you know, firefox can be forced to log the key (environment parameter SSLKEYLOGFILE), then it will write data like this to the specified file:
CLIENT_RANDOM <64 bytes of hex encoded client_random> <96 bytes of hex encoded master secret> The
question is simple, if TLS_DHE_RSA_WITH_AES_128_CBC_SHA is used, then the AES algorithm is used with a 128-bit key, but a long string of 96 bytes is still written in the log, the question is how to get the key to decrypt the traffic.
I'm trying to decrypt traffic using a JAVA application.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question