Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create support for knx-ip secure #10

Open
thelsing opened this issue Dec 25, 2018 · 5 comments
Open

Create support for knx-ip secure #10

thelsing opened this issue Dec 25, 2018 · 5 comments
Labels
enhancement New feature or request

Comments

@thelsing
Copy link
Owner

No description provided.

@thelsing thelsing added the enhancement New feature or request label May 8, 2020
@nanosonde
Copy link
Contributor

nanosonde commented Jul 5, 2020

Crypto stuff required:

@nanosonde
Copy link
Contributor

Another implementation in Python: https://github.com/XKNX/xknx/pull/875/files

@farmio
Copy link

farmio commented Dec 20, 2022

Hi 👋!
Since there is no support for Tunnelling at all currently, you may be more interested in Secure Routing. You can find a Python implementation here: https://github.com/XKNX/xknx/blob/5fa7f8b8712ef3c9631fc2617fa0a0996bf9656c/xknx/io/ip_secure.py#L388
This doesn't need Elliptic curve or PBKDF2-HMAC-SHA256 iirc 😃

Note: In xknx we don't expect to have a way to permanently store data, so we refrained from storing the latest timer value and just synchronise to other devices on startup.

@nanosonde
Copy link
Contributor

xknx now has data secure support: https://github.com/XKNX/xknx/blob/main/xknx/secure/data_secure.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants