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). |
MinKeySize |
The minimum key length in bits possible for this algorithm. |
DefKeySize |
The default key length in bits used for this algorithm. |
MaxKeySize |
The maximum key length in bits possible for this algorithm. |
UseMinKeySize |
WARNING: this object is obsolete and must not be used. |
UseDefKeySize |
WARNING: this object is obsolete and must not be used. |
UseMaxKeySize |
WARNING: this object is obsolete and must not be used. |