Id |
The id of the algorithm. Possible values: aes(1), -- AES cipher alg twofish(2), -- Twofish cipher alg blowfish(3), -- Blowfish cipher alg cast(4), -- Cast cipher alg des3(5), -- Triple DES cipher alg des(6), -- DES cipher alg null(7), -- NULL pseudo cipher rijndael(31) -- rijndael (former name for AES). Enumerations: - aes (1)
- twofish (2)
- blowfish (3)
- cast (4)
- des3 (5)
- des (6)
- null (7)
- rijndael (31)
|
MinKeySize |
The minimum key length possible for this algorithm. Range: 0 to 2048 |
DefKeySize |
The default key length used for this algorithm. Range: 0 to 2048 |
MaxKeySize |
The maximum key length possible for this algorithm. Range: 0 to 2048 |
UseMinKeySize |
WARNING: this object is obsolete and must not be used. Range: 0 to 2048 |
UseDefKeySize |
WARNING: this object is obsolete and must not be used. Range: 0 to 2048 |
UseMaxKeySize |
WARNING: this object is obsolete and must not be used. Range: 0 to 2048 |