Our source is open
The syntax highlighted source is automatically generated by PHP from
the plaintext script.
If you're interested in what's behind the several functions we
used, you can always take a look at the source of the following files:
Of course, if you want to see the source
of this page, we have it available.
You can also browse the SVN repository for this website on
svn.php.net.
Source of: /manual/en/refs.crypto.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/funcref.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'refs.crypto.php',
1 => 'Cryptography Extensions',
),
'up' =>
array (
0 => 'funcref.php',
1 => 'Function Reference',
),
'prev' =>
array (
0 => 'function.signeurlpaiement.php',
1 => 'signeurlpaiement',
),
'next' =>
array (
0 => 'book.crack.php',
1 => 'Crack',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">Cryptography Extensions</h1>
<ul class="chunklist chunklist_set"><li><a href="book.crack.php">Crack</a> — Cracklib<ul class="chunklist chunklist_set chunklist_children"><li><a href="intro.crack.php">Introduction</a></li><li><a href="crack.setup.php">Installing/Configuring</a></li><li><a href="crack.constants.php">Predefined Constants</a></li><li><a href="crack.examples.php">Examples</a></li><li><a href="ref.crack.php">Crack Functions</a></li></ul></li><li><a href="book.hash.php">Hash</a> — HASH Message Digest Framework<ul class="chunklist chunklist_set chunklist_children"><li><a href="intro.hash.php">Introduction</a></li><li><a href="hash.setup.php">Installing/Configuring</a></li><li><a href="hash.constants.php">Predefined Constants</a></li><li><a href="ref.hash.php">Hash Functions</a></li></ul></li><li><a href="book.mcrypt.php">Mcrypt</a><ul class="chunklist chunklist_set chunklist_children"><li><a href="intro.mcrypt.php">Introduction</a></li><li><a href="mcrypt.setup.php">Installing/Configuring</a></li><li><a href="mcrypt.constants.php">Predefined Constants</a></li><li><a href="mcrypt.ciphers.php">Mcrypt ciphers</a></li><li><a href="mcrypt.examples.php">Examples</a></li><li><a href="ref.mcrypt.php">Mcrypt Functions</a></li></ul></li><li><a href="book.mhash.php">Mhash</a><ul class="chunklist chunklist_set chunklist_children"><li><a href="intro.mhash.php">Introduction</a></li><li><a href="mhash.setup.php">Installing/Configuring</a></li><li><a href="mhash.constants.php">Predefined Constants</a></li><li><a href="mhash.examples.php">Examples</a></li><li><a href="ref.mhash.php">Mhash Functions</a></li></ul></li><li><a href="book.openssl.php">OpenSSL</a><ul class="chunklist chunklist_set chunklist_children"><li><a href="intro.openssl.php">Introduction</a></li><li><a href="openssl.setup.php">Installing/Configuring</a></li><li><a href="openssl.constants.php">Predefined Constants</a></li><li><a href="openssl.certparams.php">Key/Certificate parameters</a></li><li><a href="openssl.cert.verification.php">Certificate Verification</a></li><li><a href="ref.openssl.php">OpenSSL Functions</a></li></ul></li></ul></div><?php manual_footer(); ?>