Crypt_CBC
[ class tree: Crypt_CBC ] [ index: Crypt_CBC ] [ all elements ]

File: CBC.php

Source Location: /Crypt_CBC-1.0.1/Crypt/CBC.php

Classes:

Crypt_CBC

Page Details:

Class to emulate Perl's Crypt::CBC module

Blowfish support that is compatable with Perl requires libmcrypt >= 2.4.9. If you are using libmcrypt <= 2.4.8, Blowfish encryption will work, but your data will not be readable by Perl scripts. It will work "internally" .. i.e. this class will be able to encode/decode the data.

Blowfish support that is compatable with PHP applications using libmcrypt <= 2.4.8 requies you to use 'BLOWFISH-COMPAT' when specifying the cipher. Check the libmcrypt docs when in doubt.

This class no longer works with libmcrypt 2.2.x versions.

NOTE: the cipher names in this class may change depending on how the author of libcrypt decides to name things internally.

Includes:

require_once('PEAR.php') [line 30]

Documentation generated on Mon, 11 Mar 2019 15:47:23 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.