Speed of TrueCrypt whole disk encryptionWhy is it possible to change the password of an admin user on...
Unfrosted light bulb
Turning a hard to access nut?
What is the probability that the nth card becomes the top card after shuffling a certain way?
"Oh no!" in Latin
Hashing password to increase entropy
How to track Account Description field changes in Field history Tracking?
PTIJ: Which Dr. Seuss books should one obtain?
"Marked down as someone wanting to sell shares." What does that mean?
Can a Knock spell open the door to Mordenkainen's Magnificent Mansion?
Is there any common country to visit for persons holding UK and Schengen visas?
Is this Pascal's Matrix?
categorizing a variable turns it from insignificant to significant
How would a solely written language work mechanically
Why didn’t Eve recognize the little cockroach as a living organism?
Trouble reading roman numeral notation with flats
Connection Between Knot Theory and Number Theory
Magnifying glass in hyperbolic space
Non-Borel set in arbitrary metric space
What is the purpose of using a decision tree?
Why is implicit conversion not ambiguous for non-primitive types?
Walter Rudin's mathematical analysis: theorem 2.43. Why proof can't work under the perfect set is uncountable.
What is the meaning of "You've never met a graph you didn't like?"
What should be the ideal length of sentences in a blog post for ease of reading?
How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?
Speed of TrueCrypt whole disk encryption
Why is it possible to change the password of an admin user on linux?Storing large amounts of small files into bigger files on WindowsHD video editing system with TruecryptHD video editing system with TruecryptBenchmarks relevant for a Visual Studio .NET development workstationTruecrypt v. PGP v. Bitlocker for whole disk encryption?Advice on approaches to disk encryption in Ubuntu?How to encrypt dual boot windows 7 and xp (bitlocker, truecrypt combo?) on sdd (recommended?)Speed constraints of encrypted USB drives - Where are the bottlenecks?Will mounting a TrueCrypt container stored in a RAM disk be risky or have weak performance?Laptop security plan: Acronis True Image + TrueCrypt + PreyTruecrypt: Knowing if a drive is crypted or not and how truecrypt handles drivesTrueCrypt - mounting an “FDE” encrypted multi-volume disk in one operation?
I'm getting a new development laptop soon, and I'm thinking of using TrueCrypt to encrypt the whole disk.
What kind of performance drop can I expect? 10%? 30%? More? Also, assuming the workload has an effect, would compiling/using Visual Studio be affected much? I cannot seem to find anything like this on the web.
performance encryption truecrypt visual-studio
migrated from stackoverflow.com Jul 21 '09 at 10:51
This question came from our site for professional and enthusiast programmers.
add a comment |
I'm getting a new development laptop soon, and I'm thinking of using TrueCrypt to encrypt the whole disk.
What kind of performance drop can I expect? 10%? 30%? More? Also, assuming the workload has an effect, would compiling/using Visual Studio be affected much? I cannot seem to find anything like this on the web.
performance encryption truecrypt visual-studio
migrated from stackoverflow.com Jul 21 '09 at 10:51
This question came from our site for professional and enthusiast programmers.
add a comment |
I'm getting a new development laptop soon, and I'm thinking of using TrueCrypt to encrypt the whole disk.
What kind of performance drop can I expect? 10%? 30%? More? Also, assuming the workload has an effect, would compiling/using Visual Studio be affected much? I cannot seem to find anything like this on the web.
performance encryption truecrypt visual-studio
I'm getting a new development laptop soon, and I'm thinking of using TrueCrypt to encrypt the whole disk.
What kind of performance drop can I expect? 10%? 30%? More? Also, assuming the workload has an effect, would compiling/using Visual Studio be affected much? I cannot seem to find anything like this on the web.
performance encryption truecrypt visual-studio
performance encryption truecrypt visual-studio
edited Jan 2 '11 at 4:30
digitxp
11.7k74875
11.7k74875
asked Jul 21 '09 at 10:11
GarethGareth
371248
371248
migrated from stackoverflow.com Jul 21 '09 at 10:51
This question came from our site for professional and enthusiast programmers.
migrated from stackoverflow.com Jul 21 '09 at 10:51
This question came from our site for professional and enthusiast programmers.
add a comment |
add a comment |
11 Answers
11
active
oldest
votes
I don't have specific numbers, but there will be some drop in performance, albeit a slight one.
There was a blog post that described the general performance of complete disk encryption on a system partition and how that can affect the users perceived performance. It seems to indicate that CPU takes a bigger performance hit than the hard disk:
For me the critical question was what kind of overhead does encrypting your hard drive have on the performance of the system as a whole. To try and measure this I used HDTune to measure drive performance before and after encryption with TrueCrypt. Before encryption I saw an average transfer rate of about 47MB/s with my laptop's SATA drive in AHCI mode. Max was about 59.9MB/s and a burst rate of 85.8MB/s with an average CPU usage of 4.1% throughout the test.HD Performance before Truecrypt
After encryption I saw an average transfer rate of 46.9MB/s, peak of 59.7 MB/s, burst of 62.9MB/s and an average CPU usage of 26.7%. I didn't expect it, but that's where I saw my hit. It makes sense when you think about it - the encryption/decryption of the data generally doesn't result in reading/writing significantly more data (encryption and decryption is done at the block or sector level not at the entire file level) so you don't see substantially reduced disk performance.
Tom's Hardware also has a good article, "Protect Your Data With Encryption", that details the performance implications of using TrueCrypt on a complete volume.
Also, see Scott Gu's blog post regarding the speed of the physical hard disk (i.e. the RPM) (Tip/Trick: Hard Drive Speed and Visual Studio Performance) which can make a big difference to Visual Studio's performance whether encryption is employed or not.
There's another post here: What is the Performance Impact of System Encryption With TrueCrypt
2
From personal experience I have not noticed any significant performance impact when using Truecrypt and I'm in Visual Studio and running local virtual machines all day long.
– Joe Kuemerle
Jul 22 '09 at 2:27
1
I can confirm the same - using TrueCrypt on my Thinkpad T500 on whole disk and haven't noticed any performance issues.
– ljubomir
Jul 23 '09 at 7:54
1
New Intel CPUs have hardware acceleration for AES. TrueCrypt supports it, and it makes encryption much faster.
– KovBal
Jan 7 '12 at 12:36
add a comment |
I've TrueCrypted my netbook HD (a Samsung NC10). There's no noticeable difference in day-to-day usage (but I don't do anything heavy like compile or use PhotoShop), apart from hibernating and restoring from hibernate, which is dramatically slower.
If you do Tools | Benchmark from within TrueCrypt, you can see the encryption rates for the different ciphers. Use the number of MB/s to determine how long it will take to dump the entire memory to disk. My NC10 take roughly 90 seconds to hibernate (with TrueCrypt), which is inconvenient, but not as inconvenient as it would be if I lost the netbook and had to deal with someone having access to all of my data.
add a comment |
I did a number of tests compiling a large project (takes about 10 minutes to compile) on a Windows 7 desktop. There was absolutely no difference in my build times before and after TrueCrypt-ing the hard drive (using AES).
add a comment |
I already did this. Performance did not drop that much. De-/Encryption is performend in memory. And the newer versions mobilize multiple cores if available. You should settle with the fastest encryption method for more speed. You can benchmark the algorithms in TrueCrypt. AES is the fastest one, using combined encryption will slow down more.
I did not notice any performance backdrop at all, even though there must have been some. Check wikipedia for remarks on performance.
add a comment |
If you plan to encrypt the whole disk the performance drop should actually not be that bad. Unfortunately, I don't have any numbers but the system seems to have about the same performance as before encrypting the disk, when running a standard development environment such as Visual Studio, SVN etcetera.
A file based volume however is much slower and many tasks can take twice the time (again, I don't have any numbers but it is significantly slower).
At the end of the day, all other programs that you install on your computer will probably have much more impact on the general performance than encrypting the system disk.
add a comment |
for what its worth, I have a 4 core (8 threads) machine and use a 1TB partitioned disk, 500GB encrypted and 500 GB non encrypted. Compiling a project on the encrypted partition takes 40 minutes or so and the CPU is idle for most that. Compiling on the non encrypted disk takes around 6 minutes. That's with multiprocessing compiling enabled in VS2010. I think the encryption becomes a severe bottle neck when you have many cores.
add a comment |
My employer install PGP whole disk encryption on my Lenovo W500 and the subjective perfomance hit is a 30% to 50%. Everything is much, much slower. Most importantly start up and all program starts are delayed remarkably. Next issue: is disk defragmentation still working - cannot find any information and the performance hit may indicate there is some kind of issue.
Recommend what I do at home: Encrypt data only, don't use hybernation, and ask yourself how important are your data that someone makes the effort to analyze your pagefile.
add a comment |
I'd expect performance to drop heavily when writing but not as seriously when reading. You could monitor your Visual Studio disk and memory usage, compare it with what you can find in the web, and use delayed disk writes whenever possible.
add a comment |
I was TrueCrypt on a 500GB HDD and I am not seeing any performence issues.
But I have partition it so only my OS and Files are using TrueCrypt. The Program Files are in a Different Drive.
add a comment |
I´ve my entyre laptop encrypted since october 2012, i do complile, play, play movies, and no problems, it is slower but imperceptible. I only had some issue tryng to compile a DVD using MS DVD Maker, it takes more than 2 hours, but really i dont know if is because of i use TC, nevertheless i do need use TC because of safe and ri$k$ with my info, the if you don´t need to protect sensitive info is better not to encript.
Good Look.
Intel Core I7 1,6 - 2,8 MHz x 8 T.
8GB RAM
1 G DDR3 ATI RADEON.
add a comment |
Let the tests talk:
WDS250G2X0C NVMe 256GB
WDS250G2X0C NVMe 256GB encrypted
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f9962%2fspeed-of-truecrypt-whole-disk-encryption%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
11 Answers
11
active
oldest
votes
11 Answers
11
active
oldest
votes
active
oldest
votes
active
oldest
votes
I don't have specific numbers, but there will be some drop in performance, albeit a slight one.
There was a blog post that described the general performance of complete disk encryption on a system partition and how that can affect the users perceived performance. It seems to indicate that CPU takes a bigger performance hit than the hard disk:
For me the critical question was what kind of overhead does encrypting your hard drive have on the performance of the system as a whole. To try and measure this I used HDTune to measure drive performance before and after encryption with TrueCrypt. Before encryption I saw an average transfer rate of about 47MB/s with my laptop's SATA drive in AHCI mode. Max was about 59.9MB/s and a burst rate of 85.8MB/s with an average CPU usage of 4.1% throughout the test.HD Performance before Truecrypt
After encryption I saw an average transfer rate of 46.9MB/s, peak of 59.7 MB/s, burst of 62.9MB/s and an average CPU usage of 26.7%. I didn't expect it, but that's where I saw my hit. It makes sense when you think about it - the encryption/decryption of the data generally doesn't result in reading/writing significantly more data (encryption and decryption is done at the block or sector level not at the entire file level) so you don't see substantially reduced disk performance.
Tom's Hardware also has a good article, "Protect Your Data With Encryption", that details the performance implications of using TrueCrypt on a complete volume.
Also, see Scott Gu's blog post regarding the speed of the physical hard disk (i.e. the RPM) (Tip/Trick: Hard Drive Speed and Visual Studio Performance) which can make a big difference to Visual Studio's performance whether encryption is employed or not.
There's another post here: What is the Performance Impact of System Encryption With TrueCrypt
2
From personal experience I have not noticed any significant performance impact when using Truecrypt and I'm in Visual Studio and running local virtual machines all day long.
– Joe Kuemerle
Jul 22 '09 at 2:27
1
I can confirm the same - using TrueCrypt on my Thinkpad T500 on whole disk and haven't noticed any performance issues.
– ljubomir
Jul 23 '09 at 7:54
1
New Intel CPUs have hardware acceleration for AES. TrueCrypt supports it, and it makes encryption much faster.
– KovBal
Jan 7 '12 at 12:36
add a comment |
I don't have specific numbers, but there will be some drop in performance, albeit a slight one.
There was a blog post that described the general performance of complete disk encryption on a system partition and how that can affect the users perceived performance. It seems to indicate that CPU takes a bigger performance hit than the hard disk:
For me the critical question was what kind of overhead does encrypting your hard drive have on the performance of the system as a whole. To try and measure this I used HDTune to measure drive performance before and after encryption with TrueCrypt. Before encryption I saw an average transfer rate of about 47MB/s with my laptop's SATA drive in AHCI mode. Max was about 59.9MB/s and a burst rate of 85.8MB/s with an average CPU usage of 4.1% throughout the test.HD Performance before Truecrypt
After encryption I saw an average transfer rate of 46.9MB/s, peak of 59.7 MB/s, burst of 62.9MB/s and an average CPU usage of 26.7%. I didn't expect it, but that's where I saw my hit. It makes sense when you think about it - the encryption/decryption of the data generally doesn't result in reading/writing significantly more data (encryption and decryption is done at the block or sector level not at the entire file level) so you don't see substantially reduced disk performance.
Tom's Hardware also has a good article, "Protect Your Data With Encryption", that details the performance implications of using TrueCrypt on a complete volume.
Also, see Scott Gu's blog post regarding the speed of the physical hard disk (i.e. the RPM) (Tip/Trick: Hard Drive Speed and Visual Studio Performance) which can make a big difference to Visual Studio's performance whether encryption is employed or not.
There's another post here: What is the Performance Impact of System Encryption With TrueCrypt
2
From personal experience I have not noticed any significant performance impact when using Truecrypt and I'm in Visual Studio and running local virtual machines all day long.
– Joe Kuemerle
Jul 22 '09 at 2:27
1
I can confirm the same - using TrueCrypt on my Thinkpad T500 on whole disk and haven't noticed any performance issues.
– ljubomir
Jul 23 '09 at 7:54
1
New Intel CPUs have hardware acceleration for AES. TrueCrypt supports it, and it makes encryption much faster.
– KovBal
Jan 7 '12 at 12:36
add a comment |
I don't have specific numbers, but there will be some drop in performance, albeit a slight one.
There was a blog post that described the general performance of complete disk encryption on a system partition and how that can affect the users perceived performance. It seems to indicate that CPU takes a bigger performance hit than the hard disk:
For me the critical question was what kind of overhead does encrypting your hard drive have on the performance of the system as a whole. To try and measure this I used HDTune to measure drive performance before and after encryption with TrueCrypt. Before encryption I saw an average transfer rate of about 47MB/s with my laptop's SATA drive in AHCI mode. Max was about 59.9MB/s and a burst rate of 85.8MB/s with an average CPU usage of 4.1% throughout the test.HD Performance before Truecrypt
After encryption I saw an average transfer rate of 46.9MB/s, peak of 59.7 MB/s, burst of 62.9MB/s and an average CPU usage of 26.7%. I didn't expect it, but that's where I saw my hit. It makes sense when you think about it - the encryption/decryption of the data generally doesn't result in reading/writing significantly more data (encryption and decryption is done at the block or sector level not at the entire file level) so you don't see substantially reduced disk performance.
Tom's Hardware also has a good article, "Protect Your Data With Encryption", that details the performance implications of using TrueCrypt on a complete volume.
Also, see Scott Gu's blog post regarding the speed of the physical hard disk (i.e. the RPM) (Tip/Trick: Hard Drive Speed and Visual Studio Performance) which can make a big difference to Visual Studio's performance whether encryption is employed or not.
There's another post here: What is the Performance Impact of System Encryption With TrueCrypt
I don't have specific numbers, but there will be some drop in performance, albeit a slight one.
There was a blog post that described the general performance of complete disk encryption on a system partition and how that can affect the users perceived performance. It seems to indicate that CPU takes a bigger performance hit than the hard disk:
For me the critical question was what kind of overhead does encrypting your hard drive have on the performance of the system as a whole. To try and measure this I used HDTune to measure drive performance before and after encryption with TrueCrypt. Before encryption I saw an average transfer rate of about 47MB/s with my laptop's SATA drive in AHCI mode. Max was about 59.9MB/s and a burst rate of 85.8MB/s with an average CPU usage of 4.1% throughout the test.HD Performance before Truecrypt
After encryption I saw an average transfer rate of 46.9MB/s, peak of 59.7 MB/s, burst of 62.9MB/s and an average CPU usage of 26.7%. I didn't expect it, but that's where I saw my hit. It makes sense when you think about it - the encryption/decryption of the data generally doesn't result in reading/writing significantly more data (encryption and decryption is done at the block or sector level not at the entire file level) so you don't see substantially reduced disk performance.
Tom's Hardware also has a good article, "Protect Your Data With Encryption", that details the performance implications of using TrueCrypt on a complete volume.
Also, see Scott Gu's blog post regarding the speed of the physical hard disk (i.e. the RPM) (Tip/Trick: Hard Drive Speed and Visual Studio Performance) which can make a big difference to Visual Studio's performance whether encryption is employed or not.
There's another post here: What is the Performance Impact of System Encryption With TrueCrypt
edited Sep 7 '13 at 7:12
slhck
162k47448471
162k47448471
answered Jul 21 '09 at 10:37
CraigTPCraigTP
1,11111114
1,11111114
2
From personal experience I have not noticed any significant performance impact when using Truecrypt and I'm in Visual Studio and running local virtual machines all day long.
– Joe Kuemerle
Jul 22 '09 at 2:27
1
I can confirm the same - using TrueCrypt on my Thinkpad T500 on whole disk and haven't noticed any performance issues.
– ljubomir
Jul 23 '09 at 7:54
1
New Intel CPUs have hardware acceleration for AES. TrueCrypt supports it, and it makes encryption much faster.
– KovBal
Jan 7 '12 at 12:36
add a comment |
2
From personal experience I have not noticed any significant performance impact when using Truecrypt and I'm in Visual Studio and running local virtual machines all day long.
– Joe Kuemerle
Jul 22 '09 at 2:27
1
I can confirm the same - using TrueCrypt on my Thinkpad T500 on whole disk and haven't noticed any performance issues.
– ljubomir
Jul 23 '09 at 7:54
1
New Intel CPUs have hardware acceleration for AES. TrueCrypt supports it, and it makes encryption much faster.
– KovBal
Jan 7 '12 at 12:36
2
2
From personal experience I have not noticed any significant performance impact when using Truecrypt and I'm in Visual Studio and running local virtual machines all day long.
– Joe Kuemerle
Jul 22 '09 at 2:27
From personal experience I have not noticed any significant performance impact when using Truecrypt and I'm in Visual Studio and running local virtual machines all day long.
– Joe Kuemerle
Jul 22 '09 at 2:27
1
1
I can confirm the same - using TrueCrypt on my Thinkpad T500 on whole disk and haven't noticed any performance issues.
– ljubomir
Jul 23 '09 at 7:54
I can confirm the same - using TrueCrypt on my Thinkpad T500 on whole disk and haven't noticed any performance issues.
– ljubomir
Jul 23 '09 at 7:54
1
1
New Intel CPUs have hardware acceleration for AES. TrueCrypt supports it, and it makes encryption much faster.
– KovBal
Jan 7 '12 at 12:36
New Intel CPUs have hardware acceleration for AES. TrueCrypt supports it, and it makes encryption much faster.
– KovBal
Jan 7 '12 at 12:36
add a comment |
I've TrueCrypted my netbook HD (a Samsung NC10). There's no noticeable difference in day-to-day usage (but I don't do anything heavy like compile or use PhotoShop), apart from hibernating and restoring from hibernate, which is dramatically slower.
If you do Tools | Benchmark from within TrueCrypt, you can see the encryption rates for the different ciphers. Use the number of MB/s to determine how long it will take to dump the entire memory to disk. My NC10 take roughly 90 seconds to hibernate (with TrueCrypt), which is inconvenient, but not as inconvenient as it would be if I lost the netbook and had to deal with someone having access to all of my data.
add a comment |
I've TrueCrypted my netbook HD (a Samsung NC10). There's no noticeable difference in day-to-day usage (but I don't do anything heavy like compile or use PhotoShop), apart from hibernating and restoring from hibernate, which is dramatically slower.
If you do Tools | Benchmark from within TrueCrypt, you can see the encryption rates for the different ciphers. Use the number of MB/s to determine how long it will take to dump the entire memory to disk. My NC10 take roughly 90 seconds to hibernate (with TrueCrypt), which is inconvenient, but not as inconvenient as it would be if I lost the netbook and had to deal with someone having access to all of my data.
add a comment |
I've TrueCrypted my netbook HD (a Samsung NC10). There's no noticeable difference in day-to-day usage (but I don't do anything heavy like compile or use PhotoShop), apart from hibernating and restoring from hibernate, which is dramatically slower.
If you do Tools | Benchmark from within TrueCrypt, you can see the encryption rates for the different ciphers. Use the number of MB/s to determine how long it will take to dump the entire memory to disk. My NC10 take roughly 90 seconds to hibernate (with TrueCrypt), which is inconvenient, but not as inconvenient as it would be if I lost the netbook and had to deal with someone having access to all of my data.
I've TrueCrypted my netbook HD (a Samsung NC10). There's no noticeable difference in day-to-day usage (but I don't do anything heavy like compile or use PhotoShop), apart from hibernating and restoring from hibernate, which is dramatically slower.
If you do Tools | Benchmark from within TrueCrypt, you can see the encryption rates for the different ciphers. Use the number of MB/s to determine how long it will take to dump the entire memory to disk. My NC10 take roughly 90 seconds to hibernate (with TrueCrypt), which is inconvenient, but not as inconvenient as it would be if I lost the netbook and had to deal with someone having access to all of my data.
answered Oct 8 '09 at 15:44
Jason BrownJason Brown
10111
10111
add a comment |
add a comment |
I did a number of tests compiling a large project (takes about 10 minutes to compile) on a Windows 7 desktop. There was absolutely no difference in my build times before and after TrueCrypt-ing the hard drive (using AES).
add a comment |
I did a number of tests compiling a large project (takes about 10 minutes to compile) on a Windows 7 desktop. There was absolutely no difference in my build times before and after TrueCrypt-ing the hard drive (using AES).
add a comment |
I did a number of tests compiling a large project (takes about 10 minutes to compile) on a Windows 7 desktop. There was absolutely no difference in my build times before and after TrueCrypt-ing the hard drive (using AES).
I did a number of tests compiling a large project (takes about 10 minutes to compile) on a Windows 7 desktop. There was absolutely no difference in my build times before and after TrueCrypt-ing the hard drive (using AES).
answered May 12 '10 at 14:20
mhenry1384mhenry1384
5652918
5652918
add a comment |
add a comment |
I already did this. Performance did not drop that much. De-/Encryption is performend in memory. And the newer versions mobilize multiple cores if available. You should settle with the fastest encryption method for more speed. You can benchmark the algorithms in TrueCrypt. AES is the fastest one, using combined encryption will slow down more.
I did not notice any performance backdrop at all, even though there must have been some. Check wikipedia for remarks on performance.
add a comment |
I already did this. Performance did not drop that much. De-/Encryption is performend in memory. And the newer versions mobilize multiple cores if available. You should settle with the fastest encryption method for more speed. You can benchmark the algorithms in TrueCrypt. AES is the fastest one, using combined encryption will slow down more.
I did not notice any performance backdrop at all, even though there must have been some. Check wikipedia for remarks on performance.
add a comment |
I already did this. Performance did not drop that much. De-/Encryption is performend in memory. And the newer versions mobilize multiple cores if available. You should settle with the fastest encryption method for more speed. You can benchmark the algorithms in TrueCrypt. AES is the fastest one, using combined encryption will slow down more.
I did not notice any performance backdrop at all, even though there must have been some. Check wikipedia for remarks on performance.
I already did this. Performance did not drop that much. De-/Encryption is performend in memory. And the newer versions mobilize multiple cores if available. You should settle with the fastest encryption method for more speed. You can benchmark the algorithms in TrueCrypt. AES is the fastest one, using combined encryption will slow down more.
I did not notice any performance backdrop at all, even though there must have been some. Check wikipedia for remarks on performance.
answered Jul 21 '09 at 10:31
galaktorgalaktor
14615
14615
add a comment |
add a comment |
If you plan to encrypt the whole disk the performance drop should actually not be that bad. Unfortunately, I don't have any numbers but the system seems to have about the same performance as before encrypting the disk, when running a standard development environment such as Visual Studio, SVN etcetera.
A file based volume however is much slower and many tasks can take twice the time (again, I don't have any numbers but it is significantly slower).
At the end of the day, all other programs that you install on your computer will probably have much more impact on the general performance than encrypting the system disk.
add a comment |
If you plan to encrypt the whole disk the performance drop should actually not be that bad. Unfortunately, I don't have any numbers but the system seems to have about the same performance as before encrypting the disk, when running a standard development environment such as Visual Studio, SVN etcetera.
A file based volume however is much slower and many tasks can take twice the time (again, I don't have any numbers but it is significantly slower).
At the end of the day, all other programs that you install on your computer will probably have much more impact on the general performance than encrypting the system disk.
add a comment |
If you plan to encrypt the whole disk the performance drop should actually not be that bad. Unfortunately, I don't have any numbers but the system seems to have about the same performance as before encrypting the disk, when running a standard development environment such as Visual Studio, SVN etcetera.
A file based volume however is much slower and many tasks can take twice the time (again, I don't have any numbers but it is significantly slower).
At the end of the day, all other programs that you install on your computer will probably have much more impact on the general performance than encrypting the system disk.
If you plan to encrypt the whole disk the performance drop should actually not be that bad. Unfortunately, I don't have any numbers but the system seems to have about the same performance as before encrypting the disk, when running a standard development environment such as Visual Studio, SVN etcetera.
A file based volume however is much slower and many tasks can take twice the time (again, I don't have any numbers but it is significantly slower).
At the end of the day, all other programs that you install on your computer will probably have much more impact on the general performance than encrypting the system disk.
answered Jul 21 '09 at 10:22
Jonas PegerfalkJonas Pegerfalk
5861711
5861711
add a comment |
add a comment |
for what its worth, I have a 4 core (8 threads) machine and use a 1TB partitioned disk, 500GB encrypted and 500 GB non encrypted. Compiling a project on the encrypted partition takes 40 minutes or so and the CPU is idle for most that. Compiling on the non encrypted disk takes around 6 minutes. That's with multiprocessing compiling enabled in VS2010. I think the encryption becomes a severe bottle neck when you have many cores.
add a comment |
for what its worth, I have a 4 core (8 threads) machine and use a 1TB partitioned disk, 500GB encrypted and 500 GB non encrypted. Compiling a project on the encrypted partition takes 40 minutes or so and the CPU is idle for most that. Compiling on the non encrypted disk takes around 6 minutes. That's with multiprocessing compiling enabled in VS2010. I think the encryption becomes a severe bottle neck when you have many cores.
add a comment |
for what its worth, I have a 4 core (8 threads) machine and use a 1TB partitioned disk, 500GB encrypted and 500 GB non encrypted. Compiling a project on the encrypted partition takes 40 minutes or so and the CPU is idle for most that. Compiling on the non encrypted disk takes around 6 minutes. That's with multiprocessing compiling enabled in VS2010. I think the encryption becomes a severe bottle neck when you have many cores.
for what its worth, I have a 4 core (8 threads) machine and use a 1TB partitioned disk, 500GB encrypted and 500 GB non encrypted. Compiling a project on the encrypted partition takes 40 minutes or so and the CPU is idle for most that. Compiling on the non encrypted disk takes around 6 minutes. That's with multiprocessing compiling enabled in VS2010. I think the encryption becomes a severe bottle neck when you have many cores.
answered Mar 9 '12 at 8:35
angrywillangrywill
111
111
add a comment |
add a comment |
My employer install PGP whole disk encryption on my Lenovo W500 and the subjective perfomance hit is a 30% to 50%. Everything is much, much slower. Most importantly start up and all program starts are delayed remarkably. Next issue: is disk defragmentation still working - cannot find any information and the performance hit may indicate there is some kind of issue.
Recommend what I do at home: Encrypt data only, don't use hybernation, and ask yourself how important are your data that someone makes the effort to analyze your pagefile.
add a comment |
My employer install PGP whole disk encryption on my Lenovo W500 and the subjective perfomance hit is a 30% to 50%. Everything is much, much slower. Most importantly start up and all program starts are delayed remarkably. Next issue: is disk defragmentation still working - cannot find any information and the performance hit may indicate there is some kind of issue.
Recommend what I do at home: Encrypt data only, don't use hybernation, and ask yourself how important are your data that someone makes the effort to analyze your pagefile.
add a comment |
My employer install PGP whole disk encryption on my Lenovo W500 and the subjective perfomance hit is a 30% to 50%. Everything is much, much slower. Most importantly start up and all program starts are delayed remarkably. Next issue: is disk defragmentation still working - cannot find any information and the performance hit may indicate there is some kind of issue.
Recommend what I do at home: Encrypt data only, don't use hybernation, and ask yourself how important are your data that someone makes the effort to analyze your pagefile.
My employer install PGP whole disk encryption on my Lenovo W500 and the subjective perfomance hit is a 30% to 50%. Everything is much, much slower. Most importantly start up and all program starts are delayed remarkably. Next issue: is disk defragmentation still working - cannot find any information and the performance hit may indicate there is some kind of issue.
Recommend what I do at home: Encrypt data only, don't use hybernation, and ask yourself how important are your data that someone makes the effort to analyze your pagefile.
answered Jul 6 '12 at 14:28
Thomas.SThomas.S
111
111
add a comment |
add a comment |
I'd expect performance to drop heavily when writing but not as seriously when reading. You could monitor your Visual Studio disk and memory usage, compare it with what you can find in the web, and use delayed disk writes whenever possible.
add a comment |
I'd expect performance to drop heavily when writing but not as seriously when reading. You could monitor your Visual Studio disk and memory usage, compare it with what you can find in the web, and use delayed disk writes whenever possible.
add a comment |
I'd expect performance to drop heavily when writing but not as seriously when reading. You could monitor your Visual Studio disk and memory usage, compare it with what you can find in the web, and use delayed disk writes whenever possible.
I'd expect performance to drop heavily when writing but not as seriously when reading. You could monitor your Visual Studio disk and memory usage, compare it with what you can find in the web, and use delayed disk writes whenever possible.
answered Jul 21 '09 at 10:29
slipbullslipbull
1064
1064
add a comment |
add a comment |
I was TrueCrypt on a 500GB HDD and I am not seeing any performence issues.
But I have partition it so only my OS and Files are using TrueCrypt. The Program Files are in a Different Drive.
add a comment |
I was TrueCrypt on a 500GB HDD and I am not seeing any performence issues.
But I have partition it so only my OS and Files are using TrueCrypt. The Program Files are in a Different Drive.
add a comment |
I was TrueCrypt on a 500GB HDD and I am not seeing any performence issues.
But I have partition it so only my OS and Files are using TrueCrypt. The Program Files are in a Different Drive.
I was TrueCrypt on a 500GB HDD and I am not seeing any performence issues.
But I have partition it so only my OS and Files are using TrueCrypt. The Program Files are in a Different Drive.
edited Aug 21 '11 at 15:30
tombull89
6,09893862
6,09893862
answered Jan 2 '11 at 4:44
BennyBenny
5881519
5881519
add a comment |
add a comment |
I´ve my entyre laptop encrypted since october 2012, i do complile, play, play movies, and no problems, it is slower but imperceptible. I only had some issue tryng to compile a DVD using MS DVD Maker, it takes more than 2 hours, but really i dont know if is because of i use TC, nevertheless i do need use TC because of safe and ri$k$ with my info, the if you don´t need to protect sensitive info is better not to encript.
Good Look.
Intel Core I7 1,6 - 2,8 MHz x 8 T.
8GB RAM
1 G DDR3 ATI RADEON.
add a comment |
I´ve my entyre laptop encrypted since october 2012, i do complile, play, play movies, and no problems, it is slower but imperceptible. I only had some issue tryng to compile a DVD using MS DVD Maker, it takes more than 2 hours, but really i dont know if is because of i use TC, nevertheless i do need use TC because of safe and ri$k$ with my info, the if you don´t need to protect sensitive info is better not to encript.
Good Look.
Intel Core I7 1,6 - 2,8 MHz x 8 T.
8GB RAM
1 G DDR3 ATI RADEON.
add a comment |
I´ve my entyre laptop encrypted since october 2012, i do complile, play, play movies, and no problems, it is slower but imperceptible. I only had some issue tryng to compile a DVD using MS DVD Maker, it takes more than 2 hours, but really i dont know if is because of i use TC, nevertheless i do need use TC because of safe and ri$k$ with my info, the if you don´t need to protect sensitive info is better not to encript.
Good Look.
Intel Core I7 1,6 - 2,8 MHz x 8 T.
8GB RAM
1 G DDR3 ATI RADEON.
I´ve my entyre laptop encrypted since october 2012, i do complile, play, play movies, and no problems, it is slower but imperceptible. I only had some issue tryng to compile a DVD using MS DVD Maker, it takes more than 2 hours, but really i dont know if is because of i use TC, nevertheless i do need use TC because of safe and ri$k$ with my info, the if you don´t need to protect sensitive info is better not to encript.
Good Look.
Intel Core I7 1,6 - 2,8 MHz x 8 T.
8GB RAM
1 G DDR3 ATI RADEON.
answered Mar 7 '13 at 20:33
BDMBDM
1
1
add a comment |
add a comment |
Let the tests talk:
WDS250G2X0C NVMe 256GB
WDS250G2X0C NVMe 256GB encrypted
add a comment |
Let the tests talk:
WDS250G2X0C NVMe 256GB
WDS250G2X0C NVMe 256GB encrypted
add a comment |
Let the tests talk:
WDS250G2X0C NVMe 256GB
WDS250G2X0C NVMe 256GB encrypted
Let the tests talk:
WDS250G2X0C NVMe 256GB
WDS250G2X0C NVMe 256GB encrypted
answered 3 mins ago
Nime CloudNime Cloud
6133919
6133919
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f9962%2fspeed-of-truecrypt-whole-disk-encryption%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown