source: www/manuals/PHP_manual/function.mcrypt-ecb.html@ 1

Last change on this file since 1 was 1, checked in by george, 17 years ago

Prvotní import všeho

File size: 2.8 KB
Line 
1<HTML
2><HEAD
3><TITLE
4>mcrypt_ecb</TITLE
5><META
6NAME="GENERATOR"
7CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
8REL="HOME"
9TITLE="Manuál PHP"
10HREF="index.html"><LINK
11REL="UP"
12TITLE="Mcrypt Encryption Functions"
13HREF="ref.mcrypt.html"><LINK
14REL="PREVIOUS"
15TITLE="mcrypt_decrypt"
16HREF="function.mcrypt-decrypt.html"><LINK
17REL="NEXT"
18TITLE="mcrypt_enc_get_algorithms_name"
19HREF="function.mcrypt-enc-get-algorithms-name.html"><META
20HTTP-EQUIV="Content-type"
21CONTENT="text/html; charset=ISO-8859-2"></HEAD
22><BODY
23CLASS="refentry"
24BGCOLOR="#FFFFFF"
25TEXT="#000000"
26LINK="#0000FF"
27VLINK="#840084"
28ALINK="#0000FF"
29><DIV
30CLASS="NAVHEADER"
31><TABLE
32SUMMARY="Header navigation table"
33WIDTH="100%"
34BORDER="0"
35CELLPADDING="0"
36CELLSPACING="0"
37><TR
38><TH
39COLSPAN="3"
40ALIGN="center"
41>Manuál PHP</TH
42></TR
43><TR
44><TD
45WIDTH="10%"
46ALIGN="left"
47VALIGN="bottom"
48><A
49HREF="function.mcrypt-decrypt.html"
50ACCESSKEY="P"
51>Pøedcházející</A
52></TD
53><TD
54WIDTH="80%"
55ALIGN="center"
56VALIGN="bottom"
57></TD
58><TD
59WIDTH="10%"
60ALIGN="right"
61VALIGN="bottom"
62><A
63HREF="function.mcrypt-enc-get-algorithms-name.html"
64ACCESSKEY="N"
65>Dal¹í</A
66></TD
67></TR
68></TABLE
69><HR
70ALIGN="LEFT"
71WIDTH="100%"></DIV
72><H1
73><A
74NAME="function.mcrypt-ecb"
75></A
76>mcrypt_ecb</H1
77><DIV
78CLASS="refnamediv"
79><A
80NAME="AEN44887"
81></A
82><P
83> (PHP 3&#62;= 3.0.8, PHP 4 )</P
84>mcrypt_ecb&nbsp;--&nbsp;Encrypt/decrypt data in ECB mode</DIV
85><DIV
86CLASS="refsect1"
87><A
88NAME="AEN44890"
89></A
90><H2
91>Description</H2
92>string <B
93CLASS="methodname"
94>mcrypt_ecb</B
95> ( int cipher, string key, string data, int mode)<BR
96></BR
97>string <B
98CLASS="methodname"
99>mcrypt_ecb</B
100> ( string cipher, string key, string data, int mode [, string iv])<BR
101></BR
102><P
103>&#13; The first prototype is when linked against libmcrypt 2.2.x, the
104 second when linked against libmcrypt 2.4.x or higher.
105 </P
106><P
107>&#13; This function should not be used anymore, see
108 <A
109HREF="function.mcrypt-generic.html"
110><B
111CLASS="function"
112>mcrypt_generic()</B
113></A
114> and
115 <A
116HREF="function.mdecrypt-generic.html"
117><B
118CLASS="function"
119>mdecrypt_generic()</B
120></A
121> for replacements.
122 </P
123></DIV
124><DIV
125CLASS="NAVFOOTER"
126><HR
127ALIGN="LEFT"
128WIDTH="100%"><TABLE
129SUMMARY="Footer navigation table"
130WIDTH="100%"
131BORDER="0"
132CELLPADDING="0"
133CELLSPACING="0"
134><TR
135><TD
136WIDTH="33%"
137ALIGN="left"
138VALIGN="top"
139><A
140HREF="function.mcrypt-decrypt.html"
141ACCESSKEY="P"
142>Pøedcházející</A
143></TD
144><TD
145WIDTH="34%"
146ALIGN="center"
147VALIGN="top"
148><A
149HREF="index.html"
150ACCESSKEY="H"
151>Domù</A
152></TD
153><TD
154WIDTH="33%"
155ALIGN="right"
156VALIGN="top"
157><A
158HREF="function.mcrypt-enc-get-algorithms-name.html"
159ACCESSKEY="N"
160>Dal¹í</A
161></TD
162></TR
163><TR
164><TD
165WIDTH="33%"
166ALIGN="left"
167VALIGN="top"
168>mcrypt_decrypt</TD
169><TD
170WIDTH="34%"
171ALIGN="center"
172VALIGN="top"
173><A
174HREF="ref.mcrypt.html"
175ACCESSKEY="U"
176>Nahoru</A
177></TD
178><TD
179WIDTH="33%"
180ALIGN="right"
181VALIGN="top"
182>mcrypt_enc_get_algorithms_name</TD
183></TR
184></TABLE
185></DIV
186></BODY
187></HTML
188>
Note: See TracBrowser for help on using the repository browser.