2007-12-26 13:23:26 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 07:57:45 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-12-26 13:23:26 +00:00
|
|
|
|
|
|
|
<book xml:id="book.mcrypt" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2012-06-09 17:34:56 +00:00
|
|
|
<?phpdoc extension-membership="bundledexternal" ?>
|
2008-05-30 17:25:13 +00:00
|
|
|
<title>Mcrypt</title>
|
2007-12-26 13:23:26 +00:00
|
|
|
|
|
|
|
<!-- {{{ preface -->
|
|
|
|
<preface xml:id="intro.mcrypt">
|
|
|
|
&reftitle.intro;
|
2017-11-29 16:10:36 +00:00
|
|
|
<warning>
|
2017-11-30 16:07:17 +00:00
|
|
|
&warn.deprecated.feature.7-1-0.removed.7-2-0.alternatives;
|
|
|
|
<simplelist role="alternatives">
|
|
|
|
<member>
|
|
|
|
<link linkend="book.sodium">Sodium</link>
|
|
|
|
(available as of PHP 7.2.0)
|
|
|
|
</member>
|
|
|
|
<member>
|
|
|
|
<link linkend="book.openssl">OpenSSL</link>
|
|
|
|
</member>
|
|
|
|
</simplelist>
|
2017-01-07 15:28:16 +00:00
|
|
|
</warning>
|
2017-11-30 16:07:17 +00:00
|
|
|
|
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
&pecl.moved-ver;7.2.0.
|
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
|
2007-12-26 13:23:26 +00:00
|
|
|
<para>
|
|
|
|
This is an interface to the mcrypt library, which supports a wide
|
|
|
|
variety of block algorithms such as DES, TripleDES, Blowfish
|
|
|
|
(default), 3-WAY, SAFER-SK64, SAFER-SK128, TWOFISH, TEA, RC2 and
|
|
|
|
GOST in CBC, OFB, CFB and ECB cipher modes. Additionally, it
|
|
|
|
supports RC6 and IDEA which are considered "non-free".
|
2009-11-13 16:57:41 +00:00
|
|
|
CFB/OFB are 8bit by default.
|
2007-12-26 13:23:26 +00:00
|
|
|
</para>
|
|
|
|
</preface>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
&reference.mcrypt.setup;
|
|
|
|
&reference.mcrypt.constants;
|
|
|
|
&reference.mcrypt.ciphers;
|
|
|
|
&reference.mcrypt.examples;
|
|
|
|
&reference.mcrypt.reference;
|
|
|
|
|
|
|
|
</book>
|
|
|
|
|
|
|
|
<!-- 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
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2007-12-26 13:23:26 +00:00
|
|
|
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
|
|
|
|
-->
|
|
|
|
|