chicorycom / encryption
您的系统和安全网络集成商
v1.0.0
2017-11-13 13:04 UTC
Requires
- php: >=7.1.0
- chicorycom/encryption: v1.0.0
Requires (Dev)
- phpunit/phpunit: ^6.4
This package is auto-updated.
Last update: 2024-09-13 02:23:36 UTC
README
##chicorycom
您的系统与安全网络集成商。
关于您的产品和其角色的简短描述。
安装
OS X & Linux & window
composer require chicorycom/encryption
- v1.0.0 需要 PHP >= 7.1
- v1.0.1 需要 PHP >= 7.1
使用示例
require __DIR__.'/../vendor/autoload.php'; use chicorycom\encryption; $encryption = new encryption(Your-KEY Optionel) echo $encryption->Crypte('test'); UCRTNgx1B3A= echo $encryption->Decrypte('UCRTNgx1B3A='); test
use Facade
require __DIR__.'/../vendor/autoload.php'; use chicorycom\facade\Encrypte; echo Encrypte::Crypt('test'); WS0EYQB5AXY= echo Encrypte::Decrypt('WS0EYQB5AXY='); test
Meta
@Assane Sarr – chickoryproduction@gmail.com
基于 MIT 许可证发布。更多信息请查看 LICENCE
文件。