spomky-labs/php-aes-gcm
PHP library implementing AES-GCM (Galois/Counter Mode) authenticated encryption. Provides encrypt/decrypt with IV/nonce handling, auth tags, and AAD support for securing data with integrity. Useful for token payloads, messages, and secure storage.
openssl_encrypt with a dedicated library).defuse/php-encryption or PHP’s built-in openssl).Sodium extension for modern systems).For Executives: "This library lets us securely encrypt sensitive data in PHP/Laravel with industry-standard AES-GCM, reducing compliance risks and improving performance. It’s a drop-in solution that cuts dev time while meeting GDPR/HIPAA needs—think of it as ‘turning on a security superpower’ for our data. The trade-off is minimal maintenance overhead (last updated in 2018), but we can mitigate this by pairing it with our existing security audits."
For Engineering:
*"We’re proposing spomky-labs/php-aes-gcm to replace ad-hoc encryption (e.g., openssl_encrypt) with a dedicated, authenticated encryption library. Benefits:
Sodium for new projects where possible."*For Security/Compliance: *"This library aligns with NIST SP 800-38D for AES-GCM, which is a FIPS-approved mode for authenticated encryption. It addresses:
encryption config) and document our key rotation process to meet audit requirements."*How can I help you explore Laravel packages today?