Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaphyr-org/encrypt
A convenient interface for encrypting and decrypting text via OpenSSL using AES-128 and AES-256 encryption.
https://github.com/zaphyr-org/encrypt
aes-128-cbc aes-256 decryption encryption encryption-decryption openssl php
Last synced: 2 months ago
JSON representation
A convenient interface for encrypting and decrypting text via OpenSSL using AES-128 and AES-256 encryption.
- Host: GitHub
- URL: https://github.com/zaphyr-org/encrypt
- Owner: zaphyr-org
- License: mit
- Created: 2022-07-13T13:25:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T12:51:39.000Z (about 1 year ago)
- Last Synced: 2024-06-05T15:55:14.497Z (7 months ago)
- Topics: aes-128-cbc, aes-256, decryption, encryption, encryption-decryption, openssl, php
- Language: PHP
- Homepage: https://zaphyr.org/docs/2.x/repositories/encrypt
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
![License](https://img.shields.io/github/license/zaphyr-org/encrypt?style=for-the-badge)
![Version](https://img.shields.io/packagist/v/zaphyr-org/encrypt?style=for-the-badge)
![Downloads](https://img.shields.io/packagist/dt/zaphyr-org/encrypt?style=for-the-badge)
![Stars](https://img.shields.io/github/stars/zaphyr-org/encrypt?style=for-the-badge)
![Issues](https://img.shields.io/github/issues/zaphyr-org/encrypt?style=for-the-badge)# 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](https://getcomposer.org/) to install the encrypt repository.
```console
composer require zaphyr-org/encrypt
```## Documentation
You can read the full documentation [here](https://zaphyr.org/docs/2.x/repositories/encrypt).
## Issues
Bug reports and feature requests can be submitted on the [GitHub Issue Tracker](https://github.com/zaphyr-org/encrypt/issues).
## Security
If you discover security related issues, please email [email protected] **instead of using
the issue tracker!**## Contributing
Please see [CONTRIBUTING](https://zaphyr.org/contributions) for details.
## Code of Conduct
Please see [CODE OF CONDUCT](https://zaphyr.org/contributions#code-of-conduct) for details.
## License
This project is licensed under the MIT license. See [LICENSE](LICENSE.md) for more information.