Download the PHP package adeotek/gibberish-aes-php without Composer
On this page you can find all versions of the php package adeotek/gibberish-aes-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download adeotek/gibberish-aes-php
More information about adeotek/gibberish-aes-php
Files in adeotek/gibberish-aes-php
Package gibberish-aes-php
Short Description Gibberish AES, a PHP Implementation
License MIT License
Informations about the package gibberish-aes-php
Gibberish AES, a PHP Implementation
See Gibberish AES javascript encryption library, https://github.com/mdp/gibberish-aes
An important note: The complementary JavaScript project Gibberish AES has been
deprecated, see https://github.com/mdp/gibberish-aes/issues/25
Consider finding alternative PHP and JavaScript solutions.
This class is based on initial code proposed by nbari at dalmp dot com http://www.php.net/manual/en/function.openssl-decrypt.php#107210
Live Demo
http://iridadesign.com/starter-public-edition-4/www/playground/gibberish-aes
Requirements:
- OpenSSL functions installed and PHP version >= 5.3.3
or
- Mcrypt functions installed and PHP version < 7.1.0-alpha
For PHP under version 7 it is recommendable you to install within your project "PHP 5.x support for random_bytes() and random_int()", https://github.com/paragonie/random_compat
Usage Example:
Author: Ivan Tcholakov, 2012-2016.
License: The MIT License (MIT), http://opensource.org/licenses/MIT
A fragment of code is under the New BSD License, George Argyros, 2012.
All versions of gibberish-aes-php with dependencies
lib-openssl Version >=1.0.1