chicorycom / encryption

您的系统和安全网络集成商

v1.0.0 2017-11-13 13:04 UTC

This package is auto-updated.

Last update: 2024-09-13 02:23:36 UTC


README

##chicorycom

您的系统与安全网络集成商。

GitHub issues GitHub forks GitHub stars GitHub license

关于您的产品和其角色的简短描述。

安装

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 Sarrchickoryproduction@gmail.com

基于 MIT 许可证发布。更多信息请查看 LICENCE 文件。

https://github.com/chicorycom/encryption.git