Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > main > by-pkgid > 0afeee9cca140e167a996902b9a677c5 > files > 1437

php-manual-en-4.3.0-2mdk.noarch.rpm

<HTML
><HEAD
><TITLE
>mcrypt_decrypt</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="PHP Manual"
HREF="index.html"><LINK
REL="UP"
TITLE="Mcrypt Encryption Functions"
HREF="ref.mcrypt.html"><LINK
REL="PREVIOUS"
TITLE="mcrypt_create_iv"
HREF="function.mcrypt-create-iv.html"><LINK
REL="NEXT"
TITLE="mcrypt_ecb"
HREF="function.mcrypt-ecb.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=ISO-8859-1"></HEAD
><BODY
CLASS="refentry"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>PHP Manual</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.mcrypt-create-iv.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.mcrypt-ecb.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="function.mcrypt-decrypt"
></A
>mcrypt_decrypt</H1
><DIV
CLASS="refnamediv"
><A
NAME="AEN48843"
></A
><P
>    (PHP 4 &#62;= 4.0.2)</P
>mcrypt_decrypt&nbsp;--&nbsp;Decrypts crypttext with given parameters</DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN48846"
></A
><H2
>Description</H2
>string <B
CLASS="methodname"
>mcrypt_decrypt</B
> ( string cipher, string key, string data, string mode [, string iv])<BR
></BR
><P
>&#13;     <B
CLASS="function"
>mcrypt_decrypt()</B
> decrypts the data
     and returns the unencrypted data.
    </P
><P
>&#13;     <TT
CLASS="parameter"
><I
>Cipher</I
></TT
> is one of the MCRYPT_ciphername
     constants of the name of the algorithm as string.
    </P
><P
>&#13;     <TT
CLASS="parameter"
><I
>Key</I
></TT
> is the key with which the data
     is encrypted. If it's smaller that the required keysize, it
     is padded with '<TT
CLASS="literal"
>\0</TT
>'.
    </P
><P
>&#13;     <TT
CLASS="parameter"
><I
>Data</I
></TT
> is the data that will be decrypted
     with the given cipher and mode. If the size of the data is not
     n * blocksize, the data will be padded with '<TT
CLASS="literal"
>\0</TT
>'.
    </P
><P
>&#13;     <TT
CLASS="parameter"
><I
>Mode</I
></TT
> is one of the MCRYPT_MODE_modename
     constants of one of "ecb", "cbc", "cfb", "ofb", "nofb" or 
     "stream".
    </P
><P
>&#13;     The <TT
CLASS="parameter"
><I
>IV</I
></TT
> parameter is used for the
     initialisation in CBC, CFB, OFB modes, and in some algorithms
     in STREAM mode. If you do not supply an IV, while it is needed
     for an algorithm, the function issues a warning and uses an
     IV with all bytes set to '<TT
CLASS="literal"
>\0</TT
>'.
    </P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="function.mcrypt-create-iv.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.mcrypt-ecb.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>mcrypt_create_iv</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ref.mcrypt.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>mcrypt_ecb</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>