Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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~~