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

IPsecAES Element Documentation

NAME

IPsecAES — Click element; encrypt packet using DES-CBC

SYNOPSIS

IPsecAES(ENCRYPT)

Ports: 1 input, 1 output
Processing: agnostic

DESCRIPTION

Encrypts or decrypts packet using DES-CBC. If the first argument is 0, IPsecAES will decrypt. If the first argument is 1, IPsecAES 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/aes.hh:7 on 2018/10/03.

Clone this wiki locally