erykai/cryption
最新稳定版本:v2.1.3
Composer 安装命令:
composer require erykai/cryption
包简介
Encryption and decryption data
README 文档
README
Encryption and decryption data
define const
const CRYPTION_CIPHERING = "BF-CBC"; const CRYPTION_KEY = "Aa1@#LLkMmJ,;l//";
require "config.php"; require "vendor/autoload.php"; use Erykai\Cryption\Cryption; $email = "webav.com.br@gmail.com"; $Cryption = new Cryption(); $emailCryption = $Cryption->encrypt($email); $emailDecryption = $Cryption->decrypt($emailCryption); print_r($emailCryption, $emailDecryption);
Contribution
All contributions will be analyzed, if you make more than one change, make the commit one by one.
Support
If you find defaults send an email reporting to webav.com.br@gmail.com.
Credits
- Alex de O. Vidal (Developer)
- All contributions (Contributors)
License
The MIT License (MIT). Please see License for more information.
统计信息
- 总下载量: 53
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-17