Penguin
Annotated edit history of 3DES version 3, including all changes. View license author blame.
Rev Author # Line
3 LawrenceDoliveiro 1 An [Acronym] for Triple [DES].
2 AristotlePagaltzis 2
3 LawrenceDoliveiro 3 A variant of [DES] encryption in which the basic [algorithm|Algorithm] is applied three times, with an encryption step, followed by a decryption step and then another encryption step. The first and third encryption steps use the same key, while the middle step uses a different one. Can be used in a compatibility mode where the two keys are the same so only the last encryption step is effective, turning it into normal DES.
4
5 Developed as a way to get around weaknesses (real or suspected) in DES, it's really only useful to take advantage of an existing DES implementation (e.g. system library or hardware chip). More modern encryption algorithms like [AES] offer at least as good security, and are faster.
1 StuartYeates 6
7 ----
8 CategoryCryptography