SSL/ TLA Flashcards
How is a MITMA countermeasured
SSL TLS uses digital certificates to authenticate the server
Client verifies the certificate to ensure it is communicating with the legitimate server
How is a replay attack countermeasured
SSL TLS includes unique randomly generated nonces in the handshake process
These nonces ensure each session is unique and prevent an attacker from replaying old handshakes
How is a brute force attack countermeasured
SSL TLS uses secure encryption algorithms and sufficiently long key sizes to make brute force attacks computationally infeasible
How is IP spoofing countermeasured
SSL TLS requires cryptographic handshake between the client and the server making IP address based spoofing ineffective
Suitable key management approach for a company with <50 users
Public key infrastructure PKI with centralised certificate authority
Reasons for the padding field in ESP
Alignment to block cipher size. Padding ensures that the payload aligns correctly.
Protection against traffic analysis. - by adding random padding ESP prevents attackers from inferring information based on packet length enhancing confidentiality