PHP Package: pear/crypt_gpg

This PHP library offers seamless encryption and decryption functionalities for secure data handling in PHP applications.

Current Version: 1.6.11
Last Updated: Date not available
PHP Requirement: >=5.4.8
Dependencies:
phpseclib/phpseclib
gnupg/gnupg
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Crypt_GPG is a powerful PHP library designed to provide robust encryption and decryption capabilities, ensuring data security and privacy. With support for various encryption algorithms, it enables developers to implement secure communication channels and protect sensitive information effectively. The library simplifies cryptographic operations, making it an essential tool for secure data handling in PHP projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.6.11

Download Download v1.6.11

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/pear/crypt_gpg/1.6.11/loader.php';
require_once 'libs/phpseclib/phpseclib/3.0.47/loader.php';
require_once 'libs/gnupg/gnupg/{lib_version}/loader.php';

use Crypt_GPG;
use Crypt_GPG_Exception;

$obj = new ();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.