lib_um_crypto_rust/um_crypto/xmly
2024-09-18 01:35:40 +01:00
..
src [xmly] feat #5: implement xmly decipher 2024-09-18 01:23:48 +01:00
Cargo.toml [xmly] feat #5: implement xmly decipher 2024-09-18 01:23:48 +01:00
Readme.MD [xmly] docs: added notes about the format 2024-09-18 01:35:40 +01:00

喜马拉雅文件格式

安卓端

0x400 字节混淆,打乱顺序 + xor 固定密钥。

PC 端

Electron 调用 node 的 crypto 层加密,完事后扔原生层(旧版)/Wasm(新版)再处理一遍。

其它人的逆向过程: