BasicCard cryptographic algorithms for start encryption.
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
[SerializableAttribute] [CLSCompliantAttribute(true)] public enum CryptAlgo |
Visual Basic |
---|
<SerializableAttribute> <CLSCompliantAttribute(true)> Public Enumeration CryptAlgo |
Visual C++ |
---|
[SerializableAttribute] [CLSCompliantAttribute(true)] public enum class CryptAlgo |
F# |
---|
[<SerializableAttribute>] [<CLSCompliantAttribute(true)>] type CryptAlgo |
Members
Member name | Value | Description | |
---|---|---|---|
None | -1 | No encryption | |
Auto | 0 | Automatically select algorithm | |
Sglfsr | 17 | SGLFSR | |
SglfsrCrc | 18 | SGLFSR with CRC | |
Des | 33 | DES | |
TripleDes | 34 | Triple DES | |
DesCrc | 35 | DES with CRC | |
TripleDesEde2Crc | 36 | Triple DES-EDE2 (16 byte key) with CRC | |
TripleDesEde3Crc | 37 | Triple DES-EDE2 (24 byte key) with CRC | |
Aes128 | 49 | AES with 128 bit key | |
Aes192 | 50 | AES with 192 bit key | |
Aes256 | 51 | AES with 256 bit key | |
EaxAes128 | 65 | EAX using AES with 128 bit key | |
EaxAes192 | 66 | EAX using AES with 192 bit key | |
EaxAes256 | 67 | EAX using AES with 256 bit key | |
OmacAes128 | 129 | OMAC using AES with 128 bit key | |
OmacAes192 | 130 | OMAC using AES with 192 bit key | |
OmacAes256 | 131 | OMAC using AES with 256 bit key |