Represent type of cryptographic algorithm that used in encryption/decryption routines.
| Name | Type | Value | Description |
|---|---|---|---|
| aESx128 | String | 'AESx128' | AES with key length 128. |
| aESx256 | 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]