<html>
<head>
<link rel="stylesheet" href="josh.css">
</head>
<body bgcolor="#FFFFFF">
<div id="mcrypt_cbc">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_cbc </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0.8 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">string mcrypt_cbc(int
          cipher, string key, string data, int mode[, string iv])</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Verschl&uuml;sselt/entschl&uuml;sselt Daten im CBC-Modus anhand des Schl&uuml;ssels <span class="literal">key</span>, der Chiffre <span class="literal">cipher</span> und des optionalen Initialisierungsvektors <span class="literal">iv</span>.
					</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_cfb">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_cfb </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0.8 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">string mcrypt_cfb(int
          cipher, string key, string data, int mode[, string iv]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Verschl&uuml;sselt/entschl&uuml;sselt Daten im CFB-Modus anhand des Schl&uuml;ssels <span class="literal">key</span>, der Chiffre <span class="literal">cipher</span> und des optionalen Initialisierungsvektors <span class="literal">iv</span>.
					</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_create_iv">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_create_iv </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0.8 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">string mcrypt_create_iv(int
          size, int source)</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Erstellt einen Initialisierungsvektor (IV).</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_decrypt">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_decrypt </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">string mcrypt_decrypt(string
          cipher, string key, string data, string mode[, string iv]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Verschl&uuml;sselt/entschl&uuml;sselt Daten im OFB-Modus anhand des Schl&uuml;ssels <span class="literal">key</span>, der Chiffre <span class="literal">cipher</span> und des optionalen Initialisierungsvektors <span class="literal">iv</span>.
					</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_ecb">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_ecb </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0.8 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">string mcrypt_ecb(int
          cipher, string key, string data, int mode[, string iv])</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Verschl&uuml;sselt/entschl&uuml;sselt Daten im ECB-Modus anhand des Schl&uuml;ssels <span class="literal">key</span>, der Chiffre <span class="literal">cipher</span> und des optionalen Initialisierungsvektors <span class="literal">iv</span>.
					</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_enc_get_algorithms_name">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_enc_get_algorithms_name </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">string mcrypt_enc_get_algorithms_name(resource
          td) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Gibt den Namen des durch den Deskriptor <span class="literal">td</span> angegebenen Algorithmus zur&uuml;ck.
					</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_enc_get_block_size">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_enc_get_block_size </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">int mcrypt_enc_get_block_size(resource
          td)</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Gibt die Blockgr&ouml;&szlig;e der durch den Deskriptor <span class="literal">td</span> angegebenen Chiffre zur&uuml;ck.
					</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_enc_get_iv_size">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_enc_get_iv_size </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">int mcrypt_enc_get_iv_size(resource
          td) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Gibt die Gr&ouml;&szlig;e des IV des durch den Deskriptor <span class="literal">td</span> angegebenen Algorithmus in Byte zur&uuml;ck.
					</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_enc_get_key_size">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_enc_get_key_size </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">int mcrypt_enc_get_key_size(resource
          td) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Gibt die maximal unterst&uuml;tzte Schl&uuml;sselgr&ouml;&szlig;e des durch den Deskriptor <span class="literal">td</span> angegebenen Algorithmus in Byte zur&uuml;ck.
					</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_enc_get_modes_name">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_enc_get_modes_name </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">string mcrypt_enc_get_modes_name(resource
          td) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Gibt den Namen des durch den Deskriptor <span class="literal">td</span> angegebenen Modus zur&uuml;ck.
					</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_enc_get_supported_key_sizes">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_enc_get_supported_key_sizes </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">int mcrypt_enc_get_supported_key_sizes(resource
          td) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Gibt ein Array mit den unterst&uuml;tzten Schl&uuml;sselgr&ouml;&szlig;en des durch den Deskriptor <span class="literal">td</span> angegebenen Algorithmus zur&uuml;ck.
					</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_enc_is_block_algorithm">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_enc_is_block_algorithm </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">bool mcrypt_enc_is_block_algorithm(resource
          td) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Gibt <span class="literal">true</span> zur&uuml;ck, wenn es sich um einen Blockalgorithmus handelt.</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_enc_is_block_algorithm_mode">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_enc_is_block_algorithm_mode </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">bool mcrypt_enc_is_block_algorithm_mode(resource
          td) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Gibt <span class="literal">true</span> zur&uuml;ck, wenn der Modus f&uuml;r einen Blockalgorithmus geeignet ist.
</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_enc_is_block_mode">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_enc_is_block_mode </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">bool mcrypt_enc_is_block_mode(resource
          td) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Gibt <span class="literal">true</span> zur&uuml;ck, wenn im aktuellen Modus Bytebl&ouml;cke ausgegeben werden.</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_enc_self_test">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_enc_self_test </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage">Vint mcrypt_enc_self_test(resource
        td) </td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p> Runs the self test
          on the algorithm specified by the descriptor <span class="literal">td</span>.
        </p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_encrypt">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_encrypt </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">string mcrypt_encrypt(string
          cipher, string key, string data, string mode, string iv) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Verschl&uuml;sselt/entschl&uuml;sselt Daten im OFB-Modus anhand des Schl&uuml;ssels <span class="literal">key</span>, der Chiffre <span class="literal">cipher</span> und des Initialisierungsvektors <span class="literal">iv</span>.
					</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_generic_deinit">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_generic_deinit </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.1.0 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">bool mcrypt_generic_deinit(resource
          td) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Beendet die durch den Deskriptor <span class="literal">td</span> angegebene Verschl&uuml;sselung.
					</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_generic_end">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_generic_end </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">bool mcrypt_generic_end(resource
          td) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Beendet die durch den Deskriptor <span class="literal">td</span> angegebene Verschl&uuml;sselung.
					</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_generic_init">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_generic_init </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">int mcrypt_generic_init(resource
          td, string key, string iv) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Initialisiert alle Puffer f&uuml;r das jeweilige Modul.</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_generic">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_generic </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">string mcrypt_generic(resource
          td, string data)</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Verschl&uuml;sselt Text mithilfe der angegebenen Parameter.</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_get_block_size">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_get_block_size </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0.8 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">int mcrypt_get_block_size(string
          cipher, string module) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Ermittelt die Blockgr&ouml;&szlig;e der Chiffre (<span class="literal">cipher</span>).
					</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_get_cipher_name">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_get_cipher_name </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0.8 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">string mcrypt_get_cipher_name(int
          cipher)</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Ermittelt den Namen der Chiffre (<span class="literal">cipher</span>).
					</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_get_iv_size">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_get_iv_size </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">int mcrypt_get_iv_size(string
          cipher, string module) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Ermittelt die IV-Gr&ouml;&szlig;e der Chiffre (<span class="literal">cipher</span>) (normalerweise mit der Blockgr&ouml;&szlig;e identisch).
</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_get_key_size">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_get_key_size </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0.8 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal"> int mcrypt_get_key_size(int
          cipher)</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>
      Ermittelt die Schl&uuml;sselgr&ouml;&szlig;e der Chiffre (<span class="literal">cipher</span>).




      </p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_list_algorithms">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_list_algorithms </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">array mcrypt_list_algorithms([string
          lib_dir]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Listet alle unterst&uuml;tzten Algorithmen auf.</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_list_modes">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_list_modes </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">array mcrypt_list_modes([string
          lib_dir]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Listet alle unterst&uuml;tzten Modi auf.</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_module_close">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_module_close </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">bool mcrypt_module_close(resource
          td) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Gibt den Deskriptor <span class="literal">td</span> frei.
					</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_module_get_algo_block_size">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_module_get_algo_block_size </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">int mcrypt_module_get_algo_block_size(string
          algorithm[, string lib_dir])</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Gibt die Blockgr&ouml;&szlig;e des Algorithmus zur&uuml;ck.</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_module_get_algo_key_size">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_module_get_algo_key_size </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">int mcrypt_module_get_algo_key_size(string
          algorithm[, string lib_dir]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Gibt die maximal unterst&uuml;tzte Schl&uuml;sselgr&ouml;&szlig;e des Algorithmus zur&uuml;ck.</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_module_get_supported_key_sizes">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_module_get_supported_key_sizes </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">int mcrypt_module_get_supported_key_sizes(string
          algorithm[, string lib_dir]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Gibt ein Array mit den unterst&uuml;tzten Schl&uuml;sselgr&ouml;&szlig;en des Algorithmus zur&uuml;ck.</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_module_is_block_algorithm">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_module_is_block_algorithm </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">bool mcrypt_module_is_block_algorithm(string
          algorithm[, string lib_dir]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Gibt <span class="literal">true</span> zur&uuml;ck, wenn es sich um einen Blockalgorithmus handelt.</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_module_is_block_algorithm_mode">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_module_is_block_algorithm_mode </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">bool mcrypt_module_is_block_algorithm_mode(string
          mode[, string lib_dir]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Gibt <span class="literal">true</span> zur&uuml;ck, wenn der Modus f&uuml;r einen Blockalgorithmus geeignet ist.
</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_module_is_block_mode">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_module_is_block_mode </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">bool mcrypt_module_is_block_mode(string
          mode[, string lib_dir]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Gibt <span class="literal">true</span> zur&uuml;ck, wenn im aktuellen Modus Bytebl&ouml;cke ausgegeben werden.</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_module_open">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_module_open </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">resource mcrypt_module_open(string
          cipher, string cipher_directory, string mode, string mode_directory)
        </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>&Ouml;ffnet das Modul des zu verwendenden Algorithmus und Modus.</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_module_self_test">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_module_self_test </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">bool mcrypt_module_self_test(string
          algorithm[, string lib_dir]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>F&uuml;hrt einen Selbsttest f&uuml;r das angegebene Modul durch.</p></td>
    </tr>
  </table>
</div>
<div id="mcrypt_ofb">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mcrypt_ofb </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0.8 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">string mcrypt_ofb(int
          cipher, string key, string data, int mode[, string iv]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Verschl&uuml;sselt/entschl&uuml;sselt Daten im OFB-Modus anhand des Schl&uuml;ssels <span class="literal">key</span>, der Chiffre <span class="literal">cipher</span> und des optionalen Initialisierungsvektors <span class="literal">iv</span>.
					</p></td>
    </tr>
  </table>
</div>
<div id="mdecrypt_generic">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr>
      <td class="name" valign="top">mdecrypt_generic </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr>
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr>
      <td valign="top" nowrap class="usage"><p class="literal">string mdecrypt_generic(resource
          td, string data) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr>
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr>
      <td valign="top" colspan="2" class="description"><p>Entschl&uuml;sselt Text mithilfe der angegebenen Parameter.</p></td>
    </tr>
  </table>
</div>
</body>
</html>
