Ask Your Question
0

How can I obtain my RSA Private Key?

asked 2020-11-08 00:30:32 +0000

Centurylink ZyXEL router

edit retag flag offensive close merge delete

Comments

Private key for what, an https webserver you control? Please add more context to your question about what you're trying to do rather than how you think you will solve the issue.

Note that depending on the ciphers and TLS version used the RSA private key may not be able to decrypt the data. See the wiki page on TLS for more info.

grahamb gravatar imagegrahamb ( 2020-11-08 11:13:16 +0000 )edit

I am trying to monitor my home web traffic. I’ve used a key log file to enable TLS decryption, but receive the error “no decoder available”. Debug file states the session uses Diffie Hillman key exchange.

The only suggestion I’ve found was to obtain the pre master private key and enter it instead.

camlund16 gravatar imagecamlund16 ( 2020-11-08 15:12:08 +0000 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2020-11-08 15:25:08 +0000

grahamb gravatar image

A DH key exchange can't be decrypted via an RSA private key, and assuming that by "home web traffic" you mean home traffic to internet web sites, you won't be able to get the RSA private key (if they even use one) of those external sites.

See the Wiki page on TLS for more information about how to get access to the keying material required for decryption by Wireshark.

edit flag offensive delete link more

Your Answer

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

Add Answer

Question Tools

1 follower

Stats

Asked: 2020-11-08 00:30:32 +0000

Seen: 531 times

Last updated: Nov 08 '20