Utility for manual use EECDH protocol written on Python 3
Zugudu c8baf32600 HKDF add | vor 4 Jahren | |
---|---|---|
lib | vor 4 Jahren | |
README.md | vor 4 Jahren | |
main.py | vor 4 Jahren |
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