Represent type of cryptographic algorithm that used in encryption/decryption routines.
| Name | Type | Value | Description |
|---|---|---|---|
| RC4X40 | String | 'RC4x40' | RC4 with key length 40. |
| RC4X128 | String | 'RC4x128' | RC4 with key length 128. |
| AE_SX128 | String | 'AESx128' | AES with key length 128. |
| AE_SX256 | String | 'AESx256' | AES with key length 256. |