php-openssl-cryptor
php-openssl-cryptor copied to clipboard
Example
According to the documentation, `$iv` _(A non-null initialization vector)_ in `openssl_encrypt` as well in `openssl_decrypt` should be random in every environment. However, currently, it is static for the PHP package....
An FYI that as of PHP 7.1 mycrypt is deprecated and removed entirely from version 7.2.
Thanks to this PR, users will be able to import your library inside their project thanks to composer and packagist. In case you approve the PR, you should also create...
Why not submitting this library on [packagist](https://packagist.org/) in order to retrieve it via composer?