Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 692 Bytes

File metadata and controls

14 lines (11 loc) · 692 Bytes

CryptoAlgorithm

Represent type of cryptographic algorithm that used in encryption/decryption routines.

Enum

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]