[ 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/ -> ofb64.php (sommaire)

(pas de description)

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

Définit 1 class

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


Classe: Horde_Cipher_BlockMode_ofb64  - X-Ref

The Horde_Cipher_BlockMode_ofb64:: This class implements the
Horde_Cipher_BlockMode using a 64 bit output feedback.

This can used to encrypt any length string and the encrypted version
will be the same length.

$Horde: framework/Cipher/Cipher/BlockMode/ofb64.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