Registry / crypto / web-token-jwt-encryption-algorithm-aesgcm

web-token-jwt-encryption-algorithm-aesgcm

JSON →
library4.0.0phppackagistunverified

AES GCM Based Content Encryption Algorithms for the JWT Framework, providing secure encryption for JWT tokens.

composer require web-token/jwt-encryption-algorithm-aesgcm
INSTALL
IMPORT
SIG · WEB-TOKEN-JWT-ENCR
W
web-token-jwt-encryption-algorithm-aesgcm
cryptophpv4.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.

AESGCM
use Jose\Component\Encryption\Algorithm\ContentEncryption\AESGCM;

Encrypt content using AES GCM algorithm.

use Jose\Component\Encryption\Algorithm\ContentEncryption\AESGCM; $algorithm = new AESGCM(); $encrypted = $algorithm->encryptContent('data', 'key', 'iv');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
32
Resources
web-token-jwt-encryption-algorithm-aesgcm — pip install web-token-jwt-encryption-algorithm-aesgcm · libregistry