Crypt_Blowfish
[ class tree: Crypt_Blowfish ] [ index: Crypt_Blowfish ] [ all elements ]

File: Blowfish.php

Source Location: /Crypt_Blowfish-0.7.0/Blowfish.php

Classes:

Crypt_Blowfish
Example usage:

Page Details:

Crypt_Blowfish allows for encryption and decryption on the fly using the Blowfish algorithm. Crypt_Blowfish does not require the mcrypt PHP extension, it uses only PHP.

Crypt_Blowfish support encryption/decryption with or without a secret key.

PHP versions 4 and 5

LICENSE: This source file is subject to version 3.0 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_0.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.

Includes:

require_once('PEAR.php') [line 29]

CRYPT_BLOWFISH_ERROR_INVALID [line 49]

CRYPT_BLOWFISH_ERROR_INVALID = 'Key must be a divisible by four'
Error if key is invalid

[ Top ]



CRYPT_BLOWFISH_ERROR_LONG [line 44]

CRYPT_BLOWFISH_ERROR_LONG = 'Key must be less than or equal to 56 characters'
Error if key is invalid

[ Top ]



CRYPT_BLOWFISH_ERROR_NOT_READY [line 54]

CRYPT_BLOWFISH_ERROR_NOT_READY = 'Blowfish object not properly initialized'
Error if blowfish object has not been properly initialized

[ Top ]



CRYPT_BLOWFISH_ERROR_SHORT [line 39]

CRYPT_BLOWFISH_ERROR_SHORT = 'Key must be greater than or equal to 4 characters'
Error if key is invalid

[ Top ]



CRYPT_BLOWFISH_N [line 34]

CRYPT_BLOWFISH_N = 16
Number of loops

[ Top ]



Documentation generated on Tue, 22 Feb 2005 23:30:05 -0500 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.