文件名称:consonance:使用噪声协议的WhatsApp握手实现
文件大小:46KB
文件格式:ZIP
更新时间:2024-05-21 15:44:06
Python
和谐 Consonance实现了WhatsApp的握手过程,该过程利用了带有来自Noise Protocol的Curve25519,AES-GCM和SHA256的噪声管道。 META-INF consonance version: 0.1.3 released: 2019-05-22 requires: - python>=2.5,<=3.7 - dissononce >= 0.34.3 - transitions - protobuf >= 3.6.0 - python-axolotl-curve25519 安装 来自来源: python setup.py install 使用点数: pip install consonance 用法 配置 在执行握手之前,您必须将配置定义为WhatsApp客户端。 这可以通过将配置参数传递给ClientConfig的实例来完成。 通常,此配置包括
【文件预览】:
consonance-master
----setup.py(2KB)
----.gitignore(61B)
----LICENSE(34KB)
----.github()
--------FUNDING.yml(17B)
----examples()
--------walogin_handshake_xx.py(3KB)
--------walogin_handshake_xxfallback.py(3KB)
--------walogin_handshake_ik.py(3KB)
----README.md(4KB)
----tests()
--------test_handshakes_offline.py(2KB)
--------__init__.py(0B)
--------test_handshakes_online.py(2KB)
----consonance()
--------protocol.py(4KB)
--------proto()
--------structs()
--------__init__.py(404B)
--------exceptions()
--------certman()
--------util()
--------transport.py(1KB)
--------streams()
--------config()
--------dissononce_extras()
--------handshake.py(12KB)
----tox.ini(388B)