I know its possibly to decrypt an SSL session, but is it possible to decrypt an SSL session post capture? I have a capture that was done with another product that they have no idea if or how to configure it to decrypt the SSL session. And putting wireshark on the network so far isn't happening, but I do have the SSL keys so the obvious question that I came up with, can I do it on that saved capture file? THanks asked 30 Apr '13, 11:43 modeerf |
One Answer:
Yes that is possible. In fact, I mostly capture on other devices and do the decryption in Wireshark on my laptop later on. Keep in mind that there are 3 basic conditions that must be met to succesfully decrypt SSL traffic:
answered 30 Apr '13, 13:08 SYN-bit ♦♦ |