zaphyr-org / encrypt
A convenient interface for encrypting and decrypting text via OpenSSL using AES-128 and AES-256 encryption.
Requires
- php: >=8.1
- ext-json: *
- ext-mbstring: *
- ext-openssl: *
Requires (Dev)
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.0
- roave/security-advisories: dev-latest
- squizlabs/php_codesniffer: ^4.0
README
ENCRYPT
A convenient interface for encrypting and decrypting text via OpenSSL using AES-128 and AES-256 encryption.
System Requirements
You need PHP => 8.1.0
but the latest stable version of PHP is recommended.
Installation
It's recommended that you use Composer to install the encrypt repository.
composer require zaphyr-org/encrypt
Documentation
You can read the full documentation here.
Issues
Bug reports and feature requests can be submitted on the GitHub Issue Tracker.
Security
If you discover security related issues, please email security@zaphyr.org instead of using the issue tracker!
Contributing
Please see CONTRIBUTING for details.
Code of Conduct
Please see CODE OF CONDUCT for details.
License
This project is licensed under the MIT license. See LICENSE for more information.