Option | Description |
AES 128 CBC | A 128-bit block Cipher Block Chaining (CBC) algorithm that uses a 128-bit key. |
AES 192 CBC | A 192-bit block Cipher Block Chaining (CBC) algorithm that uses a 192-bit key. |
AES 256 CBC | A 256-bit block Cipher Block Chaining (CBC) algorithm that uses a 256-bit key. |
3DES | Triple-DES, in which plain text is encrypted three times by three keys. |
BF-CBC | A 64-bit block keyed, symmetric Cipher Block Chaining (CBC) algorithm by Blowfish. |
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 |
MD5 | Message Digest (version 5) hash algorithm (on one-way hash function) developed by RSA Data Security, which is intended for digital signature applications, where a large file must be compressed in a secure manner before being encrypted with a private key/public key algorithm. |
SHA1 | Secure Hash Algorithm 1, which produces a 160-bit message digest. The large message digest provides security against brute-force collision and inversion attacks. |