PHP Function List
mcrypt. doesn't exist. Closest matches:
- crypt
- mcrypt_ecb
- mcrypt_cfb
- mcrypt_ofb
- mcrypt_cbc
- mcrypt_generic
- mcrypt_encrypt
- mcrypt_decrypt
- mcrypt_create_iv
- mdecrypt_generic
- cairopath
- gnupg_encrypt
- chgrp
- empty
- hypot
- microtime
- mcrypt_list_modes
- gnupg_decrypt
- mcrypt_get_iv_size
- mcrypt_module_open
Site Search Results
-
Mcrypt. Introduction; Installing/Configuring. Requirements; Installation; Runtime Configuration; Resource Types; Predefined Constants; Mcrypt ciphers; Examples
-
Mcrypt Functions Table of Contents. mcrypt_cbc — Encrypts/decrypts data in CBC mode; mcrypt_cfb — Encrypts/decrypts data in CFB mode; mcrypt_create_iv — Creates an ...
-
Parameters. cipher. One of the MCRYPT_ciphername constants, or the name of the algorithm as string. key. The key with which the data will be encrypted.
-
Installing/Configuring - ManualOn ubuntu 8 (hardy), the mcrypt library seems to be here. /usr/lib/php5/20060613/mcrypt.so So I just created mcrypt.ini in /etc/php5/conf.d and added this one liner.
-
Installation. You need to compile PHP with the --with-mcrypt[=DIR] parameter to enable this extension. DIR is the mcrypt install directory. Make sure you compile libmcrypt with ...
-
Examples. Mcrypt can be used to encrypt and decrypt using the above mentioned ciphers. If you linked against libmcrypt-2.2.x, the four important mcrypt commands (mcrypt_cfb ...
-
mcrypt_module_open (PHP 4 >= 4.0.2, PHP 5) mcrypt_module_open — Opens the module of the algorithm and the mode to be used
-
Mcrypt ciphers. Here is a list of ciphers which are currently supported by the mcrypt extension. For a complete list of supported ciphers, see the defines at the end of mcrypt.h.
-
Creates an initialization vector (IV) from a random source. The IV is only meant to give an alternative seed to the encryption routines. This IV does not need to be secret at ...
-
The first prototype is when linked against libmcrypt 2.2.x, the second when linked against libmcrypt 2.4.x or higher. The mode should be either MCRYPT_ENCRYPT or MCRYPT ...

Other forms of search
To search the string "mcrypt." using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
