Registry / crypto / spomky-labs-aes-key-wrap

spomky-labs-aes-key-wrap

JSON →
library7.0.0phppackagistunverified

AES Key Wrap for PHP, implementing RFC 3394.

composer require spomky-labs/aes-key-wrap
INSTALL
IMPORT
SIG · SPOMKY-LABS-AES-KE
S
spomky-labs-aes-key-wrap
cryptophpv7.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AesKeyWrap
use SpomkyLabs\AesKeyWrap\AesKeyWrap;

Wrap and unwrap a key using AES Key Wrap algorithm.

use SpomkyLabs\AesKeyWrap\AesKeyWrap; $key = '0123456789abcdef'; $data = 'mysecretdata'; $wrapped = AesKeyWrap::wrap($key, $data); $unwrapped = AesKeyWrap::unwrap($key, $wrapped);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
25
Amazon
1
Resources
spomky-labs-aes-key-wrap — pip install spomky-labs-aes-key-wrap · libregistry