mirror of
https://github.com/php/doc-de.git
synced 2026-03-24 15:22:14 +01:00
72 lines
2.1 KiB
XML
72 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: e849a6c4225bd992474793ec6983df7898cae0be Maintainer: tihox Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="mcrypt.setup">
|
|
&reftitle.setup;
|
|
|
|
<!-- {{{ Requirements -->
|
|
<section xml:id="mcrypt.requirements">
|
|
&reftitle.required;
|
|
<simpara>
|
|
Diese Funktionen arbeiten mit mcrypt.
|
|
Um es zu verwenden, laden Sie <filename>libmcrypt-x.x.tar.gz</filename> von
|
|
<link xlink:href="&url.mcrypt;">&url.mcrypt;</link> herunter und folgen den
|
|
beiliegenden Installationsanweisungen.
|
|
</simpara>
|
|
<simpara>
|
|
libmcrypt Version 2.5.6 oder höher wird benötigt.
|
|
</simpara>
|
|
<simpara>
|
|
Windows-Benutzer werden die Bibliothek in den veröffentlichten PHP 5.2 Windows-Binärdateien finden.
|
|
Die PHP 5.3 Windows-Binärdateien verwenden die statische Version der Mcrypt-Bibliothek, es
|
|
werden keine DLLs benötigt.
|
|
</simpara>
|
|
<simpara>
|
|
Wenn Sie libmcrypt 2.4.x oder höher verwenden, werden die folgenden zusätzlichen
|
|
Blockalgorythmen unterstützt: CASE, LOKI97, RIJNDAEL, SAFERPLUS,
|
|
SERPENT und die folgenden Chiffren: ENIGMA (crypt), PANAMA, RC4 und WAKE.
|
|
Mit libmcrypt 2.4.x oder höher ist ein weiterer Chiffriermodus verfügbar; nOFB.
|
|
</simpara>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Installation -->
|
|
&reference.mcrypt.configure;
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Configuration -->
|
|
&reference.mcrypt.ini;
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Resources -->
|
|
<section xml:id="mcrypt.resources">
|
|
&reftitle.resources;
|
|
<simpara>
|
|
<function>mcrypt_module_open</function> gibt einen Verschlüsselungs-Deskriptor zurück.
|
|
</simpara>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
</chapter>
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|