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
Requires
- php: >=7.0
This package is not auto-updated.
Last update: 2025-05-11 07:47:28 UTC
README
配置
define('ENCRYPT_KEY', ''); define('ENCRYPT_IV', ''); define('ENCRYPT_METHOD', 'AES-128-CBC'); //密码学方式。openssl_get_cipher_methods() 可获取有效密码方式列表。