mirror of
https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption.git
synced 2026-03-23 23:39:11 +08:00
Add GitHub workflow files
This commit is contained in:
39
README.md
39
README.md
@@ -1,5 +1,28 @@
|
||||
# 微信视频号解密工具 / WeChat Channels Video Decryption Tool
|
||||
|
||||
<div align="center">
|
||||
|
||||
[](https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption/stargazers)
|
||||
[](https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption/network/members)
|
||||
[](https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption/issues)
|
||||
[](https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption/pulls)
|
||||
[](https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption/actions/workflows/docker-image.yml)
|
||||
|
||||
[](https://hub.docker.com/r/evil0ctal/wechat-decrypt-api)
|
||||
[](https://hub.docker.com/r/evil0ctal/wechat-decrypt-api)
|
||||
[](https://hub.docker.com/r/evil0ctal/wechat-decrypt-api)
|
||||
|
||||
[](LICENSE)
|
||||
[](https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption/graphs/contributors)
|
||||
[](https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption/commits/main)
|
||||
[](https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption)
|
||||
[](https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption)
|
||||
[](https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption)
|
||||
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
一个完整的微信视频号加密视频解密解决方案,基于逆向工程分析实现。本项目使用微信官方的 WebAssembly (WASM) 模块来生成 Isaac64 PRNG 密钥流,并通过 XOR 运算完成视频解密。
|
||||
|
||||
## 📖 项目简介
|
||||
@@ -139,6 +162,22 @@ python3 decrypt_wechat_video_cli.py --help
|
||||
|
||||
#### 🐳 使用 Docker(推荐)
|
||||
|
||||
**方式 A: 使用 Docker Hub 镜像(最简单)**
|
||||
|
||||
```bash
|
||||
# 拉取最新镜像
|
||||
docker pull evil0ctal/wechat-decrypt-api:latest
|
||||
|
||||
# 运行服务
|
||||
docker run -d \
|
||||
--name wechat-decrypt-api \
|
||||
-p 3000:3000 \
|
||||
--shm-size=2gb \
|
||||
evil0ctal/wechat-decrypt-api:latest
|
||||
```
|
||||
|
||||
**方式 B: 使用 Docker Compose 本地构建**
|
||||
|
||||
```bash
|
||||
# 进入 API 服务目录
|
||||
cd api-service
|
||||
|
||||
Reference in New Issue
Block a user