mirror of
https://github.com/pandorafuture/wx-cli.git
synced 2026-08-29 04:00:55 +00:00
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.
16 lines
250 B
TOML
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"
|