We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cb006 commit c786aacCopy full SHA for c786aac
FileEncrypt/README.md
@@ -0,0 +1,14 @@
1
+## 文件加密
2
+
3
+使用AES-CBC模式对文件进行加密和解密
4
5
+----------
6
7
+### 核心原理
8
9
10
+### 文件索引
11
12
13
14
+### 参考博客
README.md
@@ -17,7 +17,13 @@ Python programming practice
17
18
> 模拟从二进制到字符的编码过程,封装Base64编解码工具
19
20
+## 4. 文件加密
21
+[Advanced Encryption Standard][4]
22
23
+> 使用AES-CBC模式对文件进行加密和解密
24
25
26
[1]: https://github.com/scriptgeeker/python-demo/tree/master/CalculatePI
27
[2]: https://github.com/scriptgeeker/python-demo/tree/master/MockCasinos
- [3]: https://github.com/scriptgeeker/python-demo/tree/master/BaseCode
28
+ [3]: https://github.com/scriptgeeker/python-demo/tree/master/BaseCode
29
+ [4]: https://github.com/scriptgeeker/python-demo/tree/master/FileEncrypt
0 commit comments