chore: implement decryption of SDGB

This commit is contained in:
mokurin000
2025-07-29 21:36:19 +08:00
parent 097e332aa7
commit b61a724698
6 changed files with 176 additions and 1 deletions

View File

@@ -17,3 +17,6 @@ nyquest = { version = "0.2.0", features = ["async", "json"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.141"
flate2 = "1.1.2"
cbc = "0.1.2"
aes = "0.8.4"