PHPackages                             benoitsan/aes - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. benoitsan/aes

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

benoitsan/aes
=============

A lightweight AES library.

3287[1 issues](https://github.com/benoitsan/BBAES-php/issues)PHP

Since Dec 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/benoitsan/BBAES-php)[ Packagist](https://packagist.org/packages/benoitsan/aes)[ RSS](/packages/benoitsan-aes/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

BBAES-PHP
=========

[](#bbaes-php)

BBAES-PHP is a lightweight AES Encryption Class with PHP 5.6+.

BBAES-PHP uses the AES128 algorithm in CBC mode with PKCS#7 padding.

Requirements
------------

[](#requirements)

- PHP 5.6+
- PHPUnit to execute the tests (Optional).

Installation
------------

[](#installation)

Install first [composer](http://getcomposer.org/). Create the following `composer.json` file and run the `composer install` command to install it.

```
{
    "require": {
        "benoitsan/aes": "*"
    }
}
```

```
