[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 84 lignes (2 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Classe: Horde_Cipher_BlockMode_cbc - X-Ref
The Horde_Cipher_BlockMode_cbc:: This class implements theencrypt(&$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 |