Files
wx-cli/crates/wx-decrypt/Cargo.toml
T
pandorafuture 96ccbbdc3d feat: initial release of wx-cli v0.7.2
WeChat macOS database decryption and query tool, supporting key extraction,
message querying, full-text search, conversation export, real-time monitoring,
media handling, and HTTP server mode with REST API and SSE.
2026-06-04 22:50:00 +08:00

16 lines
250 B
TOML

[package]
name = "wx-decrypt"
version.workspace = true
edition.workspace = true
[dependencies]
aes = "0.8"
cbc = "0.1"
pbkdf2 = { version = "0.12", features = ["sha2"] }
sha2 = "0.10"
hmac = "0.12"
thiserror = "2"
[dev-dependencies]
tempfile = "3"