ooterness

joined 1 year ago
[–] [email protected] 7 points 5 hours ago (1 children)

Now explain PartialEq, and why it's mandatory.

[–] [email protected] 5 points 1 month ago (1 children)

Doesn't the ESP32 module this project is using require the same thing?

[–] [email protected] 1 points 1 month ago (2 children)

It works for now on x86-64, yes. For now. As always, we are one "think of the children" crisis away from lobbyists taking that option away.

[–] [email protected] 3 points 1 month ago (6 children)

It's not for you, it's for them. Secure boot means it only runs their operating system, not yours. Trusted enclave means it secures their DRM-ware from tampering by the user who owns the PC.

[–] [email protected] 1 points 2 months ago

SATA= Slow (Max 6 Gbps) PCIe = Fast (Max > 100 Gbps in theory)

This is the maximum rate from the drive to the motherboard. Many drives are fast enough that SATA works become the bottleneck. With PCIe, the drive can run at its full speed, whatever that may be.

[–] [email protected] 2 points 3 months ago (1 children)
[–] [email protected] 3 points 4 months ago (1 children)

Sadly, Firefox mobile got rid of about:config, and I can't find any relevant options in the regular settings.

[–] [email protected] 54 points 4 months ago (4 children)

You can disable this "feature":

  1. Visit about:config

  2. Set "dom.private-attribution.submission.enabled" to false

[–] [email protected] 1 points 4 months ago* (last edited 4 months ago) (1 children)

Sure, but there's still no excuse for "store the password in plaintext lol". Once you've got user access, files at rest are trivial to obtain.

You're proposing what amounts to a phishing attack, which is more effort, more time, and more risk. Anything that forces the attacker to do more work and have more chances to get noticed is a step in the right direction. Don't let perfect be the enemy of good.

[–] [email protected] 8 points 4 months ago* (last edited 4 months ago) (3 children)

No, defense in depth is still important.

It's true that full-disk encryption is useless against remote execution attacks, because the attacker is already inside that boundary. (i.e., As you say, the OS will helpfully decrypt the file for the attacker.)

However, it's still useful to have finer-grained encryption of specific files. (Preferably in addition to full-disk encryption, which remains useful against other attack vectors.) i.e., Prompt the user for a password when the program starts, decrypt the data, and hold it in RAM that's only accessible to that running process. This is more secure because the attacker must compromise additional barriers. Physical access is harder than remote execution with root, which is harder than remote execution in general.

[–] [email protected] 9 points 4 months ago (1 children)

UTC is better than most, but leap seconds are still awful. Computers should use GPS or TAI everywhere. Dealing with time zones and leap seconds is for human readability and display purposes only.

[–] [email protected] 30 points 4 months ago (1 children)

Full disk encryption doesn't help with this threat model at all. A rogue program running on the same machine can still access all the files.

view more: next ›