Can someone explain to me what this means? I’m technologically inept when it comes to privacy, slowly getting better day-by-day thanks to Lemmy.
What does “without any disks in use” mean?
- If the computer is powered off, moved or confiscated, there is no data to retrieve.
- We get the operational benefits of having fewer breakable parts. Disks are among the components that break often. Therefore, switching away from them makes our infrastructure more reliable.
- The operational tasks of setting up and upgrading package versions on servers become faster and easier.
- Running the system in RAM does not prevent the possibility of logging. It does however minimise the risk of accidentally storing something that can later be retrieved.
https://mullvad.net/en/blog/2022/1/12/diskless-infrastructure-beta-system-transparency-stboot/
While mostly true, there are ways to preserve ram if the device is confiscated.
Your local PD likely couldn’t pull it off, but if one of the larger abbreviation agencies were to get involved, data on RAM isn’t a huge hurdle. Assuming no one flips the power switch, at least.
There are devices that allow moving and confiscating computers without powering them off.
The rest are true.
I’m not an expert but I think : The site you visit only sees the VPNs info. Which is how you maintain some anonymity while browsing. However, if your VPN keeps logs, then you can still be tracked, just at a different place. Some say they don’t keep logs, and you’d have to trust that.
RAM is considered volatile memory, so each time the server turns off, it loses all data. This is compared to disk (hard drives of whatever type) which retain memory even if the server turns off.
In theory, this ram only server prevents them from keeping logs (like which user went where) since the server wouldn’t even have a place to store it.
Edit: lustrums post is more accurate and has info that this doesn’t prevent logging per se, but could prevent accidental logging. I.e. they can’t hire a forensic computer specialist to parse through operating system logs to try to find info they didn’t otherwise log elsewhere.
The site you visit only sees the VPNs info. Which is how you maintain some anonymity while browsing.
A VPN just changes your IP, all your browser info is still visible to the website.
It does hide where your traffic is going to the ISP, no?
Mullvad also has their own browser that has some security features that prevent fingerprinting while also keeping an okay level of usability.
Some say they don’t keep logs, and you’d have to trust that. Note that this same caveat applies for a VPN provider promising they are running diskless endpoints. Or that they don’t have some third party monitoring their stuff even if diskless. Or that a law enforcement agency can’t come along with a warrant to require them to monitor an account’s activity moving forward, even if logs are not possible.
If your online activity justifies this level of paranoia, there’s probably no meaningful protection available for your wants in practice. If your provider is operating in a jurisdiction that is problematic for your online activity, they can probably ultimately be compromised. If you are just using it to access a different country’s streaming library, you probably don’t need to be that paranoid. If you are trying to disguise illegal activity that is illegal in the jurisdiction of the VPN endpoint, well you are likely boned with logging or not.
A normal computer is usually constantly writing little bits and pieces of data to disk. But data on the disk might accidentally remain on the disk even if it’s not intended. Then that data could be read later by someone else who is spying on VPN users .
There’s also a common assumption that data on disk storage may leave behind remnants even after it’s been overwritten. (Magnetic disks may leave behind some magnetic signatures. Flash drives will stop using sectors that are worn out, potentially leaving data there.) And state actors like NSA might have some capability to recover this ghost data if they get a hold of the actual drives.
There’s a general understanding that data on RAM is irrevocably destroyed within a short time after the device loses power. So attacks on RAM data have to occur in real time while the data is in use. (There may be some attacks that preserve RAM after power down using low temperatures and liquid nitrogen).