How to encrypt my remote machine? (Which I access via RDP.)

1

I've got a small server, mainly for backup purpose. I store sensitive data there, so I'd like to apply some kind of data encryption. Truecrypt's system encryption would be perfect, except I can't even type my password like this.

Any ideas how to solve this?
(I was thinking about having a TC container, but what about browsers with sync enabled? Just install portable versions into the container too?)

  • The way of accessing the machine doesn't matter. Anything is fine as far I can set it up for free. Like installing VNC, SSH (cygwin) and things like that. Even installing Linux is fine if it can do what I want. (Full system encryption.)

Apache

Posted 2011-11-19T20:30:31.647

Reputation: 14 755

Answers

1

The best option I can think of would to to create a second partition. You can then use TrueCrypt to encrypt the entire partition. From there just copy all your sensitive data there. As for programs which don't allow you to choose where they store their data I would suggest using NTFS Symbolic Links to redirect them to the encrypted partition.

You could do this using a normal TrueCrypt container but the partition option will allow you to use TrueCrypt's auto-mount option.

I did find some information on moving the entire "User" directory on Windows but it seems to either require a fresh Windows install or a bit of hackery.

Dracs

Posted 2011-11-19T20:30:31.647

Reputation: 2 616

Container it is! So far. :) – Apache – 2011-11-19T21:25:25.127

Don't know if it would suit you at all but you could also potentially switch to using a VM and having that encrypted instead. – Dracs – 2011-11-19T21:28:33.143