russell/ygtool

There is no license information available for the latest version (dev-master) of this package.

dev-master 2017-10-12 06:30 UTC

This package is not auto-updated.

Last update: 2024-05-26 02:50:54 UTC


README

配置

define('ENCRYPT_KEY', ''); define('ENCRYPT_IV', ''); define('ENCRYPT_METHOD', 'AES-128-CBC'); //密码学方式。openssl_get_cipher_methods() 可获取有效密码方式列表。