Download the PHP package lazywe/lazy-tools without Composer
On this page you can find all versions of the php package lazywe/lazy-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package lazy-tools
lazy-tools
Requirement
- php >= 5.3
- Composer
- phpseclib/phpseclib
Installation
first
- composer.json 中新增如下
Second
- 加载配置
Third
基础函数
密文模式
- 密文模式解密需要全局中间件 “lazy-decryption”
- 密文模式需要 env中新增如下
请求
- 接收的 请求参数 有两个 一个是 “d” 一个是 “e”, 分别都是加密的16进制的数据
- "d" 是rsa加密的部分
- "e" 是aes加密的部分
返回
- 返回参数 有三个
- 一个是 “d” 一个是 “e”, 一个是 “f”
- “d”和“e”分别都是加密的16进制的数据
- “f”需要 ORIGINAL_DEBUG=true 的时候才能输出,调试的时候使用
- "d" 是rsa加密的部分
- "e" 是aes加密的部分
栗子
- 前端加密解密 js 版本 待定
- 前端加密解密 dart 版本 待定
All versions of lazy-tools with dependencies
PHP Build Version
Package Version
Requires
phpseclib/phpseclib Version
^2.0
The package lazywe/lazy-tools contains the following files
Loading the files please wait ....