Home javascript mitm is it possible via SSL / TLS

mitm is it possible via SSL / TLS

Author

Date

Category

Interested in such a question, is it possible to implement MITM (man in the middle) via SSL / TLS? What is the difference or what exactly should I consider implementing this? JS, C++

Language


Answer 1, Authority 100%

SSL / TLS imply the presence of a trusted third party, the so-called CA (Certificate Authority). Accordingly, MITM is possible when compromising one of the trusted CA. Either when adding a malicious CA to the list of trusted on the client (and on the server, if bilateral authentication is used). Or using a “self-signed” certificate if the user confirms its use.

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions