Source for file rijndael256.php
Documentation is available at rijndael256.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 Rijndael 256 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_RIJNDAEL_256;
* @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 15:12:18 +0100 by phpDocumentor 1.4.3