The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Message::Passing::Decoder::Crypt::CBC - Use Crypt::CBC to decrypt messages

SYNOPSIS

    message-pass --input STDIN --decoder Crypt::CBC \
        --decoder_options '{}' \
        --output ZeroMQ --output_options '...'

DESCRIPTION

Decrypts messages with Crypt::CBC.

SEE ALSO

Message::Passing::Role::Filter
Message::Passing::Role::Crypt::CBC

METHODS

filter

Decrypts the message

AUTHOR, COPYRIGHT & LICENSE

See Message::Passing.