The Cipher_rc2:: class implements the Cipher interface encryption data using the RC2 algorithm as described in RFC2268.
Based on the notes by Peter Gutmann <pgut01@cs.auckland.ac.nz> http://www.mirrors.wiretapped.net/security/cryptography/ algorithms/rc2/comments/gutman-960211
$Horde: framework/Cipher/Cipher/rc2.php,v 1.9.12.11 2009/01/06 15:22:57 jan Exp $
Copyright 2002-2009 The Horde Project (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
Located in /Cipher/Cipher/rc2.php (line 21)
Horde_Cipher | --Horde_Cipher_rc2
Array to hold the key schedule
Permutations array
Inherited from Horde_Cipher
Horde_Cipher::$_blockMode
Horde_Cipher::$_iv
Decrypt a block of data.
Encrypt a block of data.
Return the size of the blocks that this cipher needs.
Set the key to be used for en/decryption.
Inherited From Horde_Cipher
Horde_Cipher::decrypt()
Horde_Cipher::encrypt()
Horde_Cipher::factory()
Horde_Cipher::setBlockMode()
Horde_Cipher::setIV()
Documentation generated on Sun, 30 Jan 2011 05:20:45 +0000 by phpDocumentor 1.4.3