There are probably two ways to encrypt your computer full disk encryption which completely locks down the computer between when it is off and when it has booted but after everything loads you computer is not encrypted anymore and then there is something like a file encryption which it only encrypt files in a virtual hard drive or a folder or something like that and even if the computer is booted the file or folder is still encryption so which is more secure a full disk or a file encryption?
-
Depends what you are protecting – Neil Smithline Dec 30 '15 at 23:36
-
What is your threat model? For some threats, file encryption is better. For other threats, full disk encryption is better. – Xander Dec 30 '15 at 23:36
-
4@HenryWHHack Yes it is. You've asked the same question in a slightly different way. The same answers apply. – Xander Dec 31 '15 at 00:00
-
With file/folder encryption, multiple users may use the disk (with their individual passwords, or saved certificates). – Ajay Dec 31 '15 at 10:19
2 Answers
You can't compare Full Disk Encryption to File Encryption as they are both different things.
One encrypts the entire drive, the other only affects targeted files.
If you want to be more secure, you could use both.
This Wikipedia article should assist in choosing encryption software that suits your needs:
en.wikipedia.org/wiki/Comparison_of_disk_encryption_software
- 3,334
- 4
- 15
- 20
Using full disk encryption is very much recommended, but it all depends on what you are protecting and the impact level, full disk encryption would protect you as long as your device is not on active state(after you entered the key),for example it wouldn't protect you if someone on the same network had accessed your files since you have already entered the key, but you could use here as an additional precaution file encryption, and encrypt also the files which are important for you to not be accessed by anyone, and decrypt them only while you are using them.
So use both if neccesary.
- 26
- 1
-
1First you encrypt your hard disk. Then you encrypt the files you want to encrypt. – 16b7195abb140a3929bbc322d1c6f1 Dec 31 '15 at 00:27
-
-
There are so many options that it is not feasible to provide them all in a post. Your best bet is to do some research and choose one that suits you best. There's a good link over at Wikipedia - https://en.wikipedia.org/wiki/Comparison_of_disk_encryption_software – 16b7195abb140a3929bbc322d1c6f1 Dec 31 '15 at 03:59