File: GnuPG.php
Source Location: /Crypt_GPG-0.6.0/GPG/Driver/GnuPG.php
Classes:
Crypt_GPG_Driver_GnuPG
PECL gnupg Crypt_GPG driver
Page Details:
Crypt_GPG is a package to use GPG from PHP
This file contains an implementation of the GPG object class that uses the PECL gnupg extension. The gnupg extension is used to handle the GPG process. Unlike the native PHP Crypt_GPG driver, this implementation should work on Windows for operations requiring a passphrase (signing and decrypting). If these requirements are not needed, it is recommended to use the native PHP implementation as there are some drawbacks to the GnuPG driver. Drawbacks to using the GnuPG driver are: PHP version 5LICENSE: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Includes:
require_once('Crypt/GPG.php') [line 63]
Crypt_GPG driver base class require_once('Crypt/GPG/Signature.php') [line 68]
GPG signature helper class require_once('Crypt/GPG/Exceptions.php') [line 73]
GPG exception classes
Documentation generated on Mon, 11 Mar 2019 15:19:34 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|