Releases: a19836/php-encryption-lib
Releases · a19836/php-encryption-lib
PHP Encryption Lib - v1
PHP Encryption Lib is a PHP library designed to securely encrypt and decrypt data using multiple encryption strategies.
It supports symmetric and asymmetric encryption mechanisms and works with strings, arrays, JSON, and serialized objects.
The library provides 3 encryption engines, each suited for different security and use-case requirements.
This flexible architecture allows developers to choose the most appropriate encryption method depending on security needs, data type, and application context.
The library is ideal for applications that require secure data storage, transmission, or token-based communication.