Skip to content

Commit 2242175

Browse files
author
李迪
committed
license
1 parent d2a589d commit 2242175

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,35 @@
11
# Rsa
2+
## Rsa 动态加解密库
3+
4+
## 一个直接调用C的动态库 , 速度比PHP框架自带的快。
5+
6+
# 功能特点
7+
8+
* 支持公钥加密
9+
10+
* 支持私钥解密
11+
12+
# 安装使用
13+
## 依赖软件
14+
##### 一般依赖
15+
16+
* PHP 7.0+
17+
18+
### 1、linux
19+
20+
``` linux
21+
22+
```
23+
24+
### 2、使用
25+
26+
```
27+
28+
```
29+
30+
## 协议
31+
32+
[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)
33+
[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
34+
35+
[MIT : license](https://github.com/m-sql/msql/blob/master/LICENSE)

0 commit comments

Comments
 (0)