Download the PHP package unntech/encrypt without Composer
On this page you can find all versions of the php package unntech/encrypt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download unntech/encrypt
More information about unntech/encrypt
Files in unntech/encrypt
Download unntech/encrypt
More information about unntech/encrypt
Files in unntech/encrypt
Vendor unntech
Package encrypt
Short Description Commonly used encryption libraries
License MIT
Homepage https://github.com/unntech/encrypt
Package encrypt
Short Description Commonly used encryption libraries
License MIT
Homepage https://github.com/unntech/encrypt
Please rate this library. Is it a good library?
Informations about the package encrypt
Encrypt 1.0
常用的加密库,封装开箱即用
主要新特性
- 采用
PHP7强类型(严格模式)
Encrypt 1.0 的运行环境要求PHP7.4+,兼容PHP8
安装
composer require unntech/encrypt
更新框架使用
composer update unntech/encrypt
目录结构
encrypt/
├── src #
│ ├── AES.php # AES(Advanced Encryption Standard,高级加密标准)
│ ├── ECDSA.php # ECDSA 椭圆曲线数字签名
│ ├── Encode.php # 编码常用函数
│ ├── encrypt.md # 加解密及验签文档
│ ├── Request.php # Api 请求类
│ ├── Response.php # Api 输出类
│ └── RSA.php # RSA 加密库
├── tests # 测试样例,可删除
├── composer.json #
├── license.txt
└── README.md
加解密及验签文档
encrypt.md
使用示例
access_token 生成及校验
AES 加解密
ECDSA 验签及加解密
RSA 验签及加解密
Request 请求数据生成及验签
Response 数据格式化输出
命名规范
Encrypt 遵循PSR命名规范和PSR-4自动加载规范。
参与开发
直接提交PR或者Issue即可
版本更新记录 CHANGELOG
版权信息
Encrypt 遵循 MIT 开源协议发布,并提供免费使用。
本项目包含的第三方源码和二进制文件之版权信息另行标注。
版权所有Copyright © 2025 by Jason Lin All rights reserved。
All versions of encrypt with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
ext-openssl Version *
ext-json Version *
ext-openssl Version *
ext-json Version *
The package unntech/encrypt contains the following files
Loading the files please wait ...