Name: | perl-Crypt-ECB |
---|---|
Version: | 1.45 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 41743 |
License: | GPLv2+ |
RPM: | perl-Crypt-ECB-1.45-1.el7.noarch.rpm |
Source RPM: | perl-Crypt-ECB-1.45-1.el7.src.rpm |
Build Date: | Thu Nov 02 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Crypt-ECB/ |
Summary: | Encrypt Data using ECB Mode |
Description: | This module is a Perl-only implementation of the ECB mode. In combination with a block cipher such as DES, IDEA or Blowfish, you can encrypt and decrypt messages of arbitrarily long length. Though for security reasons other modes than ECB such as CBC should be preferred. See textbooks on cryptography if you want to know why. |