Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kakopappa/esp32_mbedtls_ecdh_shared_secret_example
ECDH shared secret using ESP32 mbedtls
https://github.com/kakopappa/esp32_mbedtls_ecdh_shared_secret_example
Last synced: about 2 months ago
JSON representation
ECDH shared secret using ESP32 mbedtls
- Host: GitHub
- URL: https://github.com/kakopappa/esp32_mbedtls_ecdh_shared_secret_example
- Owner: kakopappa
- Created: 2024-03-18T02:32:47.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-18T02:38:03.000Z (10 months ago)
- Last Synced: 2024-03-18T03:43:05.316Z (10 months ago)
- Language: C++
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ECDH example using ESP32 mbedtls.
1. Generate the server pub/private keys
2. Generate the client pub/private keys
3. Generate the shared keys using each others public keys
![screenshot](Screenshot.png)