[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/Horde/Cipher/BlockMode/ -> cbc.php (sommaire)

(pas de description)

Poids: 84 lignes (2 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

Horde_Cipher_BlockMode_cbc:: (2 méthodes):
  encrypt()
  decrypt()


Classe: Horde_Cipher_BlockMode_cbc  - X-Ref

The Horde_Cipher_BlockMode_cbc:: This class implements the
Horde_Cipher_BlockMode using the Cipher Block Chaining method of
encrypting blocks of data.

$Horde: framework/Cipher/Cipher/BlockMode/cbc.php,v 1.7.12.5 2006/01/01 21:28:11 jan Exp $

Copyright 2002-2006 Mike Cochrane <mike@graftonhall.co.nz>

See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

encrypt(&$cipher, $plaintext)   X-Ref
Encrypt a string.

param: Horde_Cipher $cipher  Cipher algorithm to use for
param: string $plaintext     The data to encrypt.
return: The encrypted data.

decrypt(&$cipher, $ciphertext)   X-Ref
Decrypt a string.

param: Horde_Cipher $cipher  Cipher algorithm to use for
param: string $ciphertext    The data to decrypt.
return: The decrypted data.



Généré le : Sun Feb 25 18:01:28 2007 par Balluche grâce à PHPXref 0.7