Download the PHP package moleft/data-encrypt without Composer
On this page you can find all versions of the php package moleft/data-encrypt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download moleft/data-encrypt
More information about moleft/data-encrypt
Files in moleft/data-encrypt
Download moleft/data-encrypt
More information about moleft/data-encrypt
Files in moleft/data-encrypt
Vendor moleft
Package data-encrypt
Short Description 一个简简单单的信息加密库
License MIT
Homepage https://github.com/MoLeft/data-encrypt
Package data-encrypt
Short Description 一个简简单单的信息加密库
License MIT
Homepage https://github.com/MoLeft/data-encrypt
Please rate this library. Is it a good library?
Informations about the package data-encrypt
Data-Encrypt
一个简简单单的信息加密库,利用私钥将数据加密,将公钥上传至服务端,实现相对安全的数据传输
作者:MoLeft
使用方法
安装
声明一个配置数组
format_type
: 可选 string
和 file
string: 私钥private_key
和公钥public_key
需传入字符串形式
file:需要传入文件地址,建议绝对路径
创建一个Config实例
也可以捕获异常
随便写点数据测试
加密
解密
方法说明
-
sign()
和verify()
是签名和验签的方法不是必须的,如果你喜欢也可以签名了不验签,有签名我不验,就是玩~ -
Encrypt
对象最后必须调用json()
方法来获取加密好的数据,因为我只写了这一种。 Decrypt
对象一定一定要使用data()
方法设置需要解密的数据,别问为什么,我开心。
最后再给大家看看测试的数据吧
All versions of data-encrypt with dependencies
PHP Build Version
Package Version
No informations.
The package moleft/data-encrypt contains the following files
Loading the files please wait ....