Source for file blowfish.php
Documentation is available at blowfish.php
* @package Joomla.Platform
* @copyright Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
* JCrypt cipher for Blowfish encryption, decryption and key generation.
* @package Joomla.Platform
* @var integer The mcrypt cipher constant.
* @see http://www.php.net/manual/en/mcrypt.ciphers.php
protected $type =
MCRYPT_BLOWFISH;
* @var integer The mcrypt block cipher mode.
* @see http://www.php.net/manual/en/mcrypt.constants.php
protected $mode =
MCRYPT_MODE_CBC;
* @var string The JCrypt key type for validation.
Documentation generated on Tue, 19 Nov 2013 14:54:41 +0100 by phpDocumentor 1.4.3