Difference between revisions of "3DES"
From Forensics Wiki
(Added 3DES) |
m |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
'''3DES''' or '''Triple DES''' is a block cipher formed by using the Data Encryption Standard ([[DES]]) cipher three times. | '''3DES''' or '''Triple DES''' is a block cipher formed by using the Data Encryption Standard ([[DES]]) cipher three times. | ||
| + | |||
| + | 3DES is typically implemented as ENCRYPT(block,K1), DECRYPT(block,K2), ENCRYPT(block,K3). This way, if you set K1==K2 it's backwards compatible with single-key DES with K3. It's pretty cool, but perhaps less useful today than it was when 3DES was first brought out. | ||
== External Links == | == External Links == | ||
* [http://en.wikipedia.org/wiki/Triple_DES) Wikipedia article on 3DES] | * [http://en.wikipedia.org/wiki/Triple_DES) Wikipedia article on 3DES] | ||
| + | |||
| + | * [http://secude.com/htm/805/en/White_Paper_Section%3A_Full_Disk_Encryption.htm Using 3DES for Hard Drive Encryption] | ||
[[Category:Encryption]] | [[Category:Encryption]] | ||
Latest revision as of 21:52, 18 October 2008
3DES or Triple DES is a block cipher formed by using the Data Encryption Standard (DES) cipher three times.
3DES is typically implemented as ENCRYPT(block,K1), DECRYPT(block,K2), ENCRYPT(block,K3). This way, if you set K1==K2 it's backwards compatible with single-key DES with K3. It's pretty cool, but perhaps less useful today than it was when 3DES was first brought out.