The Horde_Cipher:: class provides a common abstracted interface to various Ciphers for encryption of arbitrary length pieces of data.
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.
$Horde: framework/Cipher/Cipher.php,v 1.16.12.13 2009/03/04 20:34:27 slusarz Exp $
Located in /Cipher/Cipher.php (line 17)
Class | Description |
---|---|
![]() |
The Cipher_blowfish:: class implements the Cipher interface encryption data using the Blowfish algorithm. |
![]() |
The Cipher_cast128:: class implements the Cipher interface encryption data using the CAST128 (aka Cast5) algorithm as defined in RFC2144. |
![]() |
The Cipher_des:: class implements the Cipher interface encryption data using the Data Encryption Standard (DES) algorithm as define in FIPS46-3. |
![]() |
The Cipher_rc2:: class implements the Cipher interface encryption data using the RC2 algorithm as described in RFC2268. |
![]() |
The Cipher_rc4:: class implements the Cipher interface encryption data using the RC4 encryption algorthim. This class uses the PEAR Crypt_RC4 class to do the encryption. |
Decrypt a string.
Encrypt a string.
Attempts to return a concrete Horde_Cipher instance.
Set the block mode for cipher chaining.
Set the IV.
Documentation generated on Sun, 30 Jan 2011 05:15:47 +0000 by phpDocumentor 1.4.3