Encryption malware question.

Status
Not open for further replies.

inachu

Platinum Member
Aug 22, 2014
2,387
2
41
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.
 

imagoon

Diamond Member
Feb 19, 2003
5,199
0
0
Most common encryption schemes today encrypt through multiple rounds, so yes you can encrypt data many times.
 

Joepublic2

Golden Member
Jan 22, 2005
1,097
6
76
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.