Comment by cyberax

Comment by cyberax 6 months ago

4 replies

> I don't understand why anyone would use passwordless disk encryption.

I'm using it on my home server that I'm using for self-hosting. This way, if it's stolen, the thief won't be able to easily get to my data. At the same time, I don't have to physically enter the password if my server reboots.

jvdvegt 6 months ago

They'll have your data if they just take the whole server...

  • cyberax 6 months ago

    And then what? They will be faced with a login prompt. Reading from disks is useless. My login password is strong.

    • akimbostrawman 6 months ago

      Boot any Linux ISO and bypass any OS logins (secureboot would prevent this), connect devices over IO to otherwise exploit the login or just dump RAM content to potentially get data or even keys.

      I would never trust OS login over FDE especially on desktop.