lib_um_crypto_rust/um_crypto/xmly
鲁树人 4c1bcf8fd5
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
chore: bump dependencies and version to v0.1.2
2024-12-15 01:25:01 +09:00
..
src [xmly] feat #5: implement xmly decipher 2024-09-18 01:23:48 +01:00
Cargo.toml chore: bump dependencies and version to v0.1.2 2024-12-15 01:25:01 +09: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(新版)再处理一遍。

其它人的逆向过程: