# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Crypt-CBC 2.33 revision 1 license {Artistic-1 GPL} maintainers blair openmaintainer description Encrypt Data with Cipher Block Chaining Mode long_description This is Crypt::CBC, a Perl-only implementation of the \ the cryptographic cipher block chaining mode (CBC). \ In combination with a block cipher such as Crypt::DES \ or Crypt::IDEA, you can encrypt and decrypt messages \ of arbitrarily long length. The encrypted messages \ are compatible with the encryption format used by \ SSLeay. checksums rmd160 f10182f4ed986e653b7b5c2fe09197b694beb40d \ sha256 6a70de21b6cc7f2b100067e8e188db966e9a8001b5db6fa976e7cb5b294ae645 platforms darwin supported_archs noarch