An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Encryptor
=====================

[![HLEB2](https://img.shields.io/badge/HLEB-2-darkcyan)](https://github.com/phphleb/hleb) ![PHP](https://img.shields.io/badge/PHP-^8.2-blue) [![License: MIT](https://img.shields.io/badge/License-MIT%20(Free)-brightgreen.svg)](https://github.com/phphleb/hleb/blob/master/LICENSE)

### Encryption/decryption (AES) of string data

Install using Composer:
```bash
composer require phphleb/encryptor
```