NoteThe Digital Encryption Standard (DES) is a 64-bit block algorithm that
uses a 56-bit key. The Advanced Encryption Standard (AES) is a private key
algorithm supporting key lengths from 128 to 256 bits and variable-length
blocks of data.
|
Option | Description |
3DES | Triple-DES, in which plain text is encrypted three times by three keys. |
AES 128 | A 128-bit block Cipher Block Chaining (CBC) algorithm that uses a 128-bit key. |
AES 192 | A 128-bit block Cipher Block Chaining (CBC) algorithm that uses a 192-bit key. |
AES 256 | A 128-bit block Cipher Block Chaining (CBC) algorithm that uses a 256-bit key. |