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

File: Blowfish.php

Source Location: /Crypt_Blowfish-1.1.0RC2/Blowfish.php

Classes:

Crypt_Blowfish
Example using the factory method in CBC mode

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, but uses it if available, otherwise it uses only PHP.

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

PHP versions 4 and 5

Includes:

require_once('PEAR.php') [line 24]
Required PEAR package(s)

CRYPT_BLOWFISH_AUTO [line 33]

CRYPT_BLOWFISH_AUTO = 1
To let the Crypt_Blowfish package decide which engine to use
  • Since: 1.1.0

[ Top ]



CRYPT_BLOWFISH_MCRYPT [line 38]

CRYPT_BLOWFISH_MCRYPT = 2
To use the MCrypt PHP extension.
  • Since: 1.1.0

[ Top ]



CRYPT_BLOWFISH_PHP [line 43]

CRYPT_BLOWFISH_PHP = 3
To use the PHP-only engine.
  • Since: 1.1.0

[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:25:19 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.