Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnixry/vmess-aead-python
VMessAEAD packet parser for Python.
https://github.com/mnixry/vmess-aead-python
Last synced: 15 days ago
JSON representation
VMessAEAD packet parser for Python.
- Host: GitHub
- URL: https://github.com/mnixry/vmess-aead-python
- Owner: mnixry
- License: mit
- Created: 2023-12-22T06:18:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T10:27:38.000Z (8 months ago)
- Last Synced: 2024-03-27T18:16:43.064Z (8 months ago)
- Language: Python
- Homepage:
- Size: 124 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vmess-aead-python
VMessAEAD packet parser for Python.
## TODO
- [x] Body decryption
- [x] Response packet construction
- [ ] Async IO support
- [x] Packet serialization
- [ ] Fully working implementation
- [x] Server
- [x] Cross Validation with the official client
- [x] Client
- [x] Cross Validation with the official server
- [ ] ~~Legacy header (VMessMD5) compatibility~~