Represent type of cryptographic algorithm that used in encryption/decryption routines.
| Name | Type | Value | Description |
|---|---|---|---|
| AE_SX128 | string | 'AESx128' | AES with key length 128. |
| AE_SX256 | string | 'AESx256' | AES with key length 256. |
| RC4X128 | string | 'RC4x128' | RC4 with key length 128. |
| RC4X40 | string | 'RC4x40' | RC4 with key length 40. |
[Back to Model list] [Back to API list] [Back to README] [View Source]