How to secure the data on a computer that is connected to another computer with internet access [closed]

There are two computers A and B. Computer A connects to the internet and listens for relevant data to download. Computer B has no connection to the internet but needs to receive input from Computer A, process the data, then output the re… Continue reading How to secure the data on a computer that is connected to another computer with internet access [closed]

ELI5 what is the benefit of separating my resource server and auth server?

I have heard people say that separating the resource server and auth server makes it easier to scale but also improves the security. As I don’t know much about hacking I hope that someone could ELI5 how separating the resource server and a… Continue reading ELI5 what is the benefit of separating my resource server and auth server?

What is the benefit of separating my resource server and auth server?

I have heard people say that separating the resource server and auth server makes it easier to scale but also improves the security. As I don’t know much about hacking I hope that someone could explain how separating the resource server an… Continue reading What is the benefit of separating my resource server and auth server?

DDoS might be very unlikely to happen to my website but in any case a CDN that should protect from it slows my website

I humbly assume that DDoS is very unlikely to happen to my website.
A CDN that should protect from it slows my website according to my personal experience and tests (perhaps only because of the strange demand to have all webpages redirecte… Continue reading DDoS might be very unlikely to happen to my website but in any case a CDN that should protect from it slows my website

How can I protect browser cached files to be accessed in a case of a stolen hard drive?

For the usual reasons we want to cache certain resources browser side, e.g. list of products bought in the past.
Context is a web application, accessed via the internet.
This list is confidential in my case, and I want to mitigate the case… Continue reading How can I protect browser cached files to be accessed in a case of a stolen hard drive?

How to prevent DDOS attack impact on Netlify? (downtime + bandwith usage/cost) [migrated]

Situation:

React app that was initially running on a VPS
A few days ago, we were the target of a DDOS attack that took the site down.
During the attack, we decided to migrate to Netlify.
Once migrated, the site was live again. The attack … Continue reading How to prevent DDOS attack impact on Netlify? (downtime + bandwith usage/cost) [migrated]