Valid NSK101 Dumps shared by ExamDiscuss.com for Helping Passing NSK101 Exam! ExamDiscuss.com now offer the newest NSK101 exam dumps, the ExamDiscuss.com NSK101 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com NSK101 dumps with Test Engine here:
You want to prevent Man-in-the-Middle (MITM) attacks on an encrypted website or application. In this scenario, which method would you use?
Correct Answer: B
To prevent Man-in-the-Middle (MITM) attacks on an encrypted website or application, one method that you can use is certificate pinning. Certificate pinning is a technique that restricts which certificates are considered valid for a particular website or application, limiting risk. Instead of allowing any trusted certificate to be used, operators "pin" the certificate authority (CA) issuer(s), public keys or even end-entity certificates of their choice. Certificate pinning helps to prevent MITM attacks by validating the server certificates against a hardcoded list of certificates in the website or application. If an attacker tries to intercept or modify the traffic using a fraudulent or compromised certificate, it will be rejected by the website or application as invalid, even if it is signed by a trusted CA. Reference: Certificate pinning - IBMCertificate and Public Key Pinning | OWASP Foundation