PHP Package: defuse/php-encryption

Securely encrypt and decrypt data in PHP applications with strong encryption algorithms.

Current Version: 2.4.0
Last Updated: 2023-06-19
PHP Requirement: >=5.6.0
Dependencies: None

Package Description

Defuse PHP Encryption is a powerful library that allows developers to securely encrypt and decrypt sensitive data in PHP applications. It offers a variety of strong encryption algorithms to protect user information and maintain data confidentiality. With easy integration and robust security features, Defuse PHP Encryption ensures data privacy and integrity for your PHP projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.4.0

Download Download v2.4.0

Code Integration Example

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

<?php
// Example from PHPlibraries.com

require_once 'libs/defuse/php-encryption/2.4.0/loader.php';
use Defuse\Crypto\Key;
use Defuse\Crypto\KeyProtectedByPassword;
use Defuse\Crypto\Encoding;

$obj = new Key();
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.