https://github.com/synodriver/pyjce
tool for encode and decode jce bytes
https://github.com/synodriver/pyjce
Last synced: about 1 year ago
JSON representation
tool for encode and decode jce bytes
- Host: GitHub
- URL: https://github.com/synodriver/pyjce
- Owner: synodriver
- License: mit
- Created: 2020-12-19T16:56:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T06:25:18.000Z (about 4 years ago)
- Last Synced: 2025-02-28T17:56:18.153Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyjce2
[](https://pypi.org/project/pyjce2/)




- 参考了 [pyjce](https://github.com/washingtown/PyJce)
- 原版只是实现了反序列化,此版本加入了序列化功能
- v0.1.0 大改 使用pydantic验证类型 自动读写jce结构体
- v0.1.1 弃用python3.7支持,只支持py3.8+
- v0.1.2 加入自动加密解密方法, 用于解析非递归的结构体, 复杂的仍然需要手动完成
下一步: 完善单元测试
## 使用参考
- 命令行
```
python -m pyjce 1606e686a8e689b92100fa8618e4bda0e5b185e784b6e79c9fe79a84e8a7a3e5af86e4ba86
```