Skip to content
Tom Barbette edited this page Oct 3, 2018 · 2 revisions

IPsecDES Element Documentation

NAME

IPsecDES — Click element; encrypt packet using DES-CBC

SYNOPSIS

IPsecDES(ENCRYPT, KEY [, IGNORE])

Ports: 1 input, 1 output
Processing: agnostic

DESCRIPTION

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.

SEE ALSO

IPsecESPEncap, IPsecESPUnencap, IPsecAuthSHA1

Generated by click-elem2man from ../elements/ipsec/des.hh:7 on 2018/10/03.

Clone this wiki locally