PHP Package: spomky-labs/aes-key-wrap

The AES key wrap PHP library provides secure key wrapping functionality for AES encryption. It offers simple and efficient key management solutions.

Current Version: 7.0.0
Last Updated: 2021-12-08
PHP Requirement: >=8.0
Dependencies:
spomky-labs/aes-key-wrap-dependency
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The AES key wrap PHP library by Spomky Labs is a powerful tool for developers needing secure key wrapping capabilities for AES encryption. It ensures data confidentiality and integrity during key exchange processes. With this library, you can easily implement key management functionalities into your PHP applications, enhancing security and protection against unauthorized access. The library is designed to be easy to integrate, making it ideal for various projects requiring robust encryption solutions.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 7.0.0

Download Download v7.0.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/spomky-labs/aes-key-wrap/7.0.0/loader.php';
require_once 'libs/spomky-labs/aes-key-wrap-dependency/{lib_version}/loader.php';

use SpomkyLabs\AesKeyWrap\AesKeyWrap;
use SpomkyLabs\AesKeyWrap\KeyUnwrapper;

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