Remix.run Logo
GeekyBear an hour ago

> As a general principle, as a user, I expect a file on one computer to be usable on another computer.

As a general rule, I expect a file on an encrypted disk to be unreadable for anyone who lacks the encryption key(s).

> if I need to obtain some other thing from the original computer to "unlock" that file, I should be able to do it.

You can export your passwords to a plain text CSV from the original computer.

shaky-carrousel an hour ago | parent | next [-]

As a general rule, I expect a file on an encrypted disk to be encrypted with a key derived from a password I provide.

wtallis 9 minutes ago | parent [-]

I think it's time to update your expectations. Hardware security modules have been around for quite a while. You shouldn't assume that your chosen password is the only input to the key derivation, or even that the raw key itself will always be obtainable.

ftchd an hour ago | parent | prev | next [-]

As a general rule, if I'm the user of both disks I expect to have the encryption key(s).

josephcsible an hour ago | parent | prev [-]

The right way to do that is FDE, where you can't even mount the filesystem to see the files without having the decryption key.