Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 693 Bytes

File metadata and controls

14 lines (11 loc) · 693 Bytes

CryptoAlgorithm

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

Enum

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]