The id of the algorithm.
Possible values:
rijndael(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. Enumerations: - rijndael (1)
- twofish (2)
- blowfish (3)
- cast (4)
- des3 (5)
- des (6)
- null (7)
|