Download the PHP package salernolabs/slzcrypt without Composer
On this page you can find all versions of the php package salernolabs/slzcrypt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download salernolabs/slzcrypt
More information about salernolabs/slzcrypt
Files in salernolabs/slzcrypt
Download salernolabs/slzcrypt
More information about salernolabs/slzcrypt
Files in salernolabs/slzcrypt
Vendor salernolabs
Package slzcrypt
Short Description Simple PHP wrapper around OpenSSL encryption.
License MIT
Homepage http://www.salernolabs.com/
Package slzcrypt
Short Description Simple PHP wrapper around OpenSSL encryption.
License MIT
Homepage http://www.salernolabs.com/
Please rate this library. Is it a good library?
Informations about the package slzcrypt
salernolabs/slzcrypt
Wrapper around OpenSSL encryption in PHP. Another breakout from my custom framework.
Install
Use composer
composer require salernolabs/slzcrypt
Usage
Instantiate a class with a key and encrypt or decrypt data.
$crypt = new \SalernoLabs\Slzcrypt\Crypt($key);
$encrypted = $crypt->encrypt($input);
$decrypted = $crypt->decrypt($encrypted);All versions of slzcrypt with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
ext-openssl Version *
ext-openssl Version *
The package salernolabs/slzcrypt contains the following files
Loading the files please wait ...