Comment Re:Dropbox at work (Score 1) 168
Remedy for company owned computers/laptops:
Run Dropbox on an account that's not accessible by users. You can set it to run at startup via Scheduled Tasks or crontab. For added security, encrypt those db files containing the authentication keys with EFS (Windows only). The Dropbox folder will then be made accessible to authorized users via filesystem permissions. Unfortunately, this won't scale well for multiple Dropboxes per computer.
One should not use Dropbox for sensitive documents anyway, because:
1. Dropbox staff can read file names
2. They can obtain the decryption key if they really wanted. (If you can reset your password, they obviously can, too.)
Run Dropbox on an account that's not accessible by users. You can set it to run at startup via Scheduled Tasks or crontab. For added security, encrypt those db files containing the authentication keys with EFS (Windows only). The Dropbox folder will then be made accessible to authorized users via filesystem permissions. Unfortunately, this won't scale well for multiple Dropboxes per computer.
One should not use Dropbox for sensitive documents anyway, because:
1. Dropbox staff can read file names
2. They can obtain the decryption key if they really wanted. (If you can reset your password, they obviously can, too.)