AlliePaige All American 4510 Posts user info edit post |
Yeah, we have Word on the computer but everytime we open it, it asks for the serial number and what not and for some reason we don't have that. My boss doesn't want to spend $200ish buying word again if she can find a way around it.
But thanks! 7/28/2008 11:58:14 AM |
Shaggy All American 17820 Posts user info edit post |
It depends on how secure you want it.
File security in windows can be overriden if you put the drive in another machine or by anyone with admin rights on the machine. Password protection within office is easily broken with the right tools. So if you're really worried about the file contents, I wouldn't use it.
If you rar or zip up the files, the rar/zip can be password protected, but im not sure how breakable those passwords are.
If you really want it to be secure though, you need to encrypt it. Windows has built in file level encryption. This works by encrypting the files using a private key stored with your user account. Anyone with this key and encrypt or decrypt the files. The downside here is that if you ever loose that key you're boned. You'll never be able to get your data back. Also, only the data is encrypted. The filename of the file will be in plainview. But if someone steals the disk, they wont be able to open the files without your key.
You can also get third party file encryption through someone like PGP. They have software to encrypt individual files and also create encrypted self extractors.
You can also do full disk encryption. This works by adding a pre-boot loader to your system. This loads itself on boot, decrypts your filesystem, and then loads the OS. If someone steals the disk, they wont be able to use it at all. However, if they steal your computer and you dont have it password protected, they'll be able to boot it and potentially steal data through an OS vulnerability. If your drive ever goes titsup there is 0 chance of data recovery. So keep backups.
If you do choose to encrypt stuff make sure you choose a strong password, otherwise its pointless. 7/28/2008 12:09:35 PM |