-
Notifications
You must be signed in to change notification settings - Fork 81
IPsecDES
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
IPsecDES — Click element; encrypt packet using DES-CBC
IPsecDES(ENCRYPT, KEY [, IGNORE])
Ports: 1 input, 1 output
Processing: agnostic
Encrypts or decrypts packet using DES-CBC. If the first argument is 0, IPsecDES will decrypt. If the first argument is 1, IPsecDES will encrypt. KEY is the DES secret key. Gets IV value from ESP header. IGNORE is the number of bytes at the end of the payload to ignore. By default, IGNORE is 12, which is the number of SHA1 authentication digest bytes for ESP or AH.
IPsecESPEncap, IPsecESPUnencap, IPsecAuthSHA1
Generated by click-elem2man from ../elements/ipsec/des.hh:7
on 2018/10/03.