# iboxs-encryption **Repository Path**: gz8/iboxs-encryption ## Basic Information - **Project Name**: iboxs-encryption - **Description**: php加密开发包(支持rsa、aes、base64等) - **Primary Language**: PHP - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-14 - **Last Updated**: 2022-07-19 ## Categories & Tags **Categories**: security-dev **Tags**: None ## README # iboxs-encryption IBoxs加解密组件 * 安装方式: ``` composer require iboxs/encryption ``` * 使用方法: * 参考test文件夹内的示例程序(具体有哪些方法可查看src/Client.php文件夹给出的注释) * 本项目长期维护,有一些需要加入的方法就会维护,欢迎issue * 欢迎使用我们开发的其他包: * 基础函数集成包(https://github.com/itlattice/iboxs-basic.git) ``` composer require iboxs/basic ``` * 支付集成包(https://github.com/itlattice/iboxs-payment.git) ``` composer require iboxs/payment ``` * Redis快速操作包(https://github.com/itlattice/iboxs-redis.git) ``` composer require iboxs/redis ``` * 加密相关包(https://github.com/itlattice/iboxs-encryption.git) ``` composer require iboxs/encryption ``` * elasticsearch ORM操作包(仅支持laravel)(https://github.com/itlattice/elasticsearch.git) ``` composer require iboxs/elasticsearch ``` * HTTP操作包(https://github.com/itlattice/iboxs-http.git) ``` composer require iboxs/http ``` * 微信开发包(https://github.com/itlattice/iboxs-wechat.git) ``` composer require iboxs/wechat ```