https://github.com/phphleb/encryptor
PHP Encryption/decryption (AES) of string data
https://github.com/phphleb/encryptor
encrypt encryption encryption-decryption hleb2 php
Last synced: 5 months ago
JSON representation
PHP Encryption/decryption (AES) of string data
- Host: GitHub
- URL: https://github.com/phphleb/encryptor
- Owner: phphleb
- License: mit
- Created: 2024-10-30T07:03:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T00:34:10.000Z (over 1 year ago)
- Last Synced: 2025-07-24T16:26:41.310Z (11 months ago)
- Topics: encrypt, encryption, encryption-decryption, hleb2, php
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Encryptor
=====================
[](https://github.com/phphleb/hleb)  [-brightgreen.svg)](https://github.com/phphleb/hleb/blob/master/LICENSE)
### Encryption/decryption (AES) of string data
Install using Composer:
```bash
composer require phphleb/encryptor
```