feat: add kugou db decryption logic

This commit is contained in:
鲁树人
2025-02-24 09:21:27 +09:00
parent acf3a814bd
commit 02f0bb9a93
13 changed files with 300 additions and 54 deletions

View File

@@ -5,6 +5,8 @@ edition = "2021"
[dependencies]
byteorder = "1.5.0"
itertools = "0.13.0"
thiserror = "2.0.7"
umc_utils = { path = "../utils" }
aes = "0.8.4"
cbc = "0.1.2"
block-padding = "0.3.3"