mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Purpose, see also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157194 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b549a65fe0
commit
3866b702c6
4 changed files with 37 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
|
||||
<refentry id="function.openssl-private-decrypt">
|
||||
<refnamediv>
|
||||
|
@ -29,6 +29,14 @@
|
|||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
You can use this function e.g. to decrypt data which were supposed only to
|
||||
you.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>openssl_public_encrypt</function> and
|
||||
<function>openssl_public_decrypt</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
|
||||
<refentry id="function.openssl-private-encrypt">
|
||||
<refnamediv>
|
||||
|
@ -26,6 +26,14 @@
|
|||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
This function can be used e.g. to sign data (or its hash) to prove that it
|
||||
is not written by someone else.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>openssl_public_decrypt</function> and
|
||||
<function>openssl_public_encrypt</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
|
||||
<refentry id="function.openssl-public-decrypt">
|
||||
<refnamediv>
|
||||
|
@ -28,6 +28,14 @@
|
|||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
You can use this function e.g. to check if the message was written by the
|
||||
owner of the private key.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>openssl_private_encrypt</function> and
|
||||
<function>openssl_private_decrypt</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
|
||||
<refentry id="function.openssl-public-encrypt">
|
||||
<refnamediv>
|
||||
|
@ -28,6 +28,15 @@
|
|||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
This function can be used e.g. to encrypt message which can be then read
|
||||
only by owner of the private key. It can be also used to store secure data
|
||||
in database.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>openssl_private_decrypt</function> and
|
||||
<function>openssl_private_encrypt</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue