Skip to content

Decrypt CLI decrypt-cli-v0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Feb 09:13
· 178 commits to main since this release
caf9fef

Decrypt CLI Release

独立的命令行解密工具,用于解密 BaiduPCS-Rust 加密的文件。

下载说明

平台 文件名
Windows (64-bit) decrypt-cli-windows-amd64.exe
Linux (64-bit) decrypt-cli-linux-amd64
Linux (ARM64) decrypt-cli-linux-arm64
macOS (Intel) decrypt-cli-macos-amd64
macOS (Apple Silicon) decrypt-cli-macos-arm64

校验文件

使用 SHA256SUMS 文件验证下载的完整性:

# Linux/macOS
sha256sum -c SHA256SUMS

# Windows (PowerShell)
Get-FileHash decrypt-cli-windows-amd64.exe -Algorithm SHA256

使用方法

# 批量解密(恢复原始目录结构)
decrypt-cli decrypt --key-file encryption.json --map mapping.json --in-dir ./encrypted --out-dir ./decrypted

# 批量解密(镜像输入目录结构)
decrypt-cli decrypt --key-file encryption.json --map mapping.json --in-dir ./encrypted --out-dir ./decrypted --mirror

# 单文件解密
decrypt-cli decrypt --key-file encryption.json --in file.dat --out file.txt

详细使用说明请参阅 decrypt-cli --help