Update README.md

This commit is contained in:
f0ng
2021-11-20 20:50:33 +08:00
committed by GitHub
parent 19d39ee4c8
commit fac6f74158

View File

@@ -1,3 +1,12 @@
## 2021.11.20更新v0.45
1.base64解码优化遇到奇数编码会报错由于没有处理好报错问题导致程序出错优化如下
(只出现了三种情况,其他情况报错忽略)
![image](https://user-images.githubusercontent.com/48286013/142726745-70f9dad9-9bc2-4c50-b4e9-d720f8e96d40.png)
## 2021.11.19更新v0.44
1.base64模块解码加入分段猜解类似base64编码中可能存在部分非base64的加密部分剔除后进行base64解密。参考(https://xz.aliyun.com/t/7779)