-
Notifications
You must be signed in to change notification settings - Fork 2
Cipher algorithms
Maurizio Basaglia edited this page Jul 24, 2023
·
4 revisions
The supported cipher algorithms are the following:
Identifier | Cipher algorithm | Remarks |
---|---|---|
01 | Blowfish | Deprecated |
02 | CAST-128 | |
03 | CAST-256 | |
04 | DES | Deprecated |
05 | Triple DES | |
06 | ICE | Deprecated |
07 | Thin ICE | Deprecated |
08 | ICE 2 | |
09 | IDEA | |
0A | MARS | |
0B | MISTY1 | Deprecated |
0C | RC2 | Deprecated |
0D | RC4 | Deprecated |
0E | RC5 | |
0F | RC6 | |
10 | Rijndael (AES) | |
11 | Serpent | |
12 | TEA | Deprecated |
13 | Twofish |