I watched TLS recently and I'm not sure why it is so secure, but probably due to a lack of understanding of how it works. But if the entire handshake is recorded, either using a person in an average attack, or using a packet sniffer on the target computer, then any of the remaining messages can be decrypted, since you will have all the information that the client and server used to generate encryption keys.
I doubt there will be such a hole in tls, but can anyone tell me how tls protects this?
source share