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

Support for devices using AES-GCM encryotion #64

Merged
merged 4 commits into from
Sep 12, 2024

Conversation

lovery
Copy link
Contributor

@lovery lovery commented Jun 18, 2024

New devices are using AES-GCM encryotion for communication More details about the problem in #52

New devices are using AES-GCM encryotion for communication
More details about the problem in tomikaa87#52
Search command can find more than 1 device with different encryption
types - add property encryption to each found device and try to bind
with it. When connectiong to one particular device the encryption mode
should be set globaly when the script is run with -e option
Change the check from bc property with 0 to version equal to 2 or later.
Also in case of socket.timeout exception when bind request is sent try
again with a bind request with 'GCM' encryption
@lovery lovery force-pushed the feature/gcm-encryption-python branch from 904bb8b to e5c1065 Compare September 11, 2024 14:19
@tomikaa87
Copy link
Owner

Thank you for the patch!

@tomikaa87 tomikaa87 merged commit 16962ad into tomikaa87:master Sep 12, 2024
@lovery lovery deleted the feature/gcm-encryption-python branch September 13, 2024 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants