Download the PHP package ghopunk/php-encryption without Composer
On this page you can find all versions of the php package ghopunk/php-encryption. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ghopunk/php-encryption
More information about ghopunk/php-encryption
Files in ghopunk/php-encryption
Download ghopunk/php-encryption
More information about ghopunk/php-encryption
Files in ghopunk/php-encryption
Vendor ghopunk
Package php-encryption
Short Description encrypte n decrypte string
License MIT
Homepage https://github.com/ghopunk/php-encryption
Package php-encryption
Short Description encrypte n decrypte string
License MIT
Homepage https://github.com/ghopunk/php-encryption
Please rate this library. Is it a good library?
Informations about the package php-encryption
encrypte n decrypte string PHP
$enc = new Encryption();
$enc->setUniquecode( 'my_unique' );
$encode = $enc->encode( 'my_text' );
$decode = $enc->decode( $encode );
echo $decode;
All versions of php-encryption with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
ext-openssl Version *
ext-openssl Version *
The package ghopunk/php-encryption contains the following files
Loading the files please wait ....