methods to encrypt data on top of HTTPS (can’t do ssl pinning, prevent MITM attacks)

When SSL pinning is not available, for example when using a free TLS certificate from a CDN provider (Cloudflare – does not support HTTP public key pinning, what can be used to encrypt sensitive information?
I am solely trying to prevent M… Continue reading methods to encrypt data on top of HTTPS (can’t do ssl pinning, prevent MITM attacks)

how to use a self signed certificate to intercept traffic in MITM attack [closed]

We have a project at university about MITM attacks and our focus is to show how one can get into the communication between two endpoints, given different circumstances and security measures (that we decide).
Since I don’t have much knowled… Continue reading how to use a self signed certificate to intercept traffic in MITM attack [closed]