Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 619 Bytes

File metadata and controls

16 lines (11 loc) · 619 Bytes

CryptoAlgorithm

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

Enum

Name Type Value Description
RC4X40 str "RC4x40" RC4 with key length 40.
RC4X128 str "RC4x128" RC4 with key length 128.
AESX128 str "AESx128" AES with key length 128.
AESX256 str "AESx256" AES with key length 256.

[Back to Model list] [Back to API list] [Back to README]