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.
This new version uses libCrypto or PHP 7.1 methods if available. The result is that the library is up to 1000x faster than before.
encryptAndAppendTag and decryptWithAppendedTag.New tests have been added. Documentation has been modified accordingly.
This is the first stable version of the library. It has been tested using two different test vectors sources.
One source of test vectors is the Computer Security Resource Center (CSRC) of the National Institute of Standards and Technology (NIST).
Code Coverage is at least 95%. Code Quality is at least 9/10. Documentation is available.
How can I help you explore Laravel packages today?