| | 2 | - Crypt::CBC adds the string "Salted__" to the beginning of the encrypted |
|---|
| | 3 | text (at least for how fwknop interfaces with Crypt::CBC), so the fwknop |
|---|
| | 4 | client was updated to delete the encoded version of this string |
|---|
| | 5 | "U2FsdGVkX1" before sending a Rijndael-encrypted SPA packet on the wire. |
|---|
| | 6 | The fwknopd server will add this string back in before decrypting. This |
|---|
| | 7 | makes it harder to write an IDS signature that looks for fwknop traffic; |
|---|
| | 8 | e.g. look for the default prefix string "U2FsdGVkX1" over UDP port 62201, |
|---|
| | 9 | which would work for fwknop clients < 1.9.2 (as long as the port number |
|---|
| | 10 | is not changed with --Server-port). |
|---|