• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Encryption malware question.

Status
Not open for further replies.

inachu

Platinum Member
If I have a hard drive that is already encrypted via TPM Then the malware would fail right?

I do not think a drive can be encrypted twice.
 
Most common encryption schemes today encrypt through multiple rounds, so yes you can encrypt data many times.
 
There's no technical limit to how many times data can be encrypted, only practical ones (time, energy, money, patience). That being said, using multiple ciphers/keys is unnecessary. All you're going to accomplish by using a cascade is to tank your I/O performance and waste CPU cycles, especially if you have a processor that supports AES-NI. AES-256 is good enough for anything in this universe.
 
Status
Not open for further replies.
Back
Top