Symmetric Cryptography: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:


==3DES==
==3DES==
3DES is an enhancement of DES, where the encryption method is similar to the one in original DES but applied three times to increase the encryption level. 3DES is slower than other block cipher methods.


==<span id='Advanced Encryption Standard'></span><span id='AES'></span>Advanced Encryption Standard (AES)==
==<span id='Advanced Encryption Standard'></span><span id='AES'></span>Advanced Encryption Standard (AES)==


==Blowfish==
==Blowfish==

Revision as of 02:57, 24 November 2018

Internal

Overview

Symmetric Encryption Algorithms

Data Encryption Standard (DES)

There are many attacks and methods to exploit it, which makes it an insecure block cipher.

3DES

3DES is an enhancement of DES, where the encryption method is similar to the one in original DES but applied three times to increase the encryption level. 3DES is slower than other block cipher methods.

Advanced Encryption Standard (AES)

Blowfish