Skip to content

PHP Encryption Lib - v1

Latest

Choose a tag to compare

@a19836 a19836 released this 16 Dec 16:16
· 4 commits to main since this release

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.