Utility for manual use EECDH protocol written on Python 3
Zugudu c8baf32600 HKDF add | 4 years ago | |
---|---|---|
lib | 4 years ago | |
README.md | 4 years ago | |
main.py | 4 years ago |
Utility for manual use EECDH protocol. You can use this utility if you need to manually exchange keys according to the EECDH protocol.
-l key_length — set key length in bytes for KDF DEFAULT=32
[x] Add EEC key generation and saving
[x] Add key importing
[x] Add ECDH
[x] Add HKDF with SHA256 v2
[ ] Add ChaCha20+Poly1305