We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a589d commit 2242175Copy full SHA for 2242175
.gitignore
@@ -0,0 +1 @@
1
+.idea
README.md
@@ -1 +1,35 @@
# 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
+[](https://996.icu)
33
+[](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