russell/ygtool

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

Maintainers

Details

github.com/unkang/ygtool

Source

Issues

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/russell/ygtool

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

This package is not auto-updated.

Last update: 2025-09-28 09:55:53 UTC


README

配置

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