Skip to content

Commit c786aac

Browse files
committed
V4.0.0
1 parent 77cb006 commit c786aac

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

FileEncrypt/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 文件加密
2+
3+
使用AES-CBC模式对文件进行加密和解密
4+
5+
----------
6+
7+
### 核心原理
8+
9+
10+
### 文件索引
11+
12+
13+
14+
### 参考博客

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ Python programming practice
1717

1818
> 模拟从二进制到字符的编码过程,封装Base64编解码工具
1919
20+
## 4. 文件加密
21+
[Advanced Encryption Standard][4]
22+
23+
> 使用AES-CBC模式对文件进行加密和解密
24+
2025

2126
[1]: https://github.com/scriptgeeker/python-demo/tree/master/CalculatePI
2227
[2]: https://github.com/scriptgeeker/python-demo/tree/master/MockCasinos
23-
[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

Comments
 (0)