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

feat: Adding AES GCM support #26

Merged
merged 6 commits into from
Dec 1, 2024
Merged

feat: Adding AES GCM support #26

merged 6 commits into from
Dec 1, 2024

Conversation

inwaar
Copy link
Owner

@inwaar inwaar commented Dec 1, 2024

Related #23
Closes #22

inwaar and others added 6 commits October 16, 2024 14:48
This adds GCM encryption which can be toogled on via new client option `encryptionVersion` (1 = ECB, 2 = GCM). It is needed for newer firmware versions and replaces existing ECB for all pack encryptions BUT the scan command, which still runs on ECB for compatibility.

Tested on firmware 362001065279+U-WB05RT13V1.23
@inwaar inwaar merged commit 769c89a into master Dec 1, 2024
14 checks passed
Copy link

github-actions bot commented Dec 1, 2024

🎉 This PR is included in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@inwaar inwaar deleted the public-aes-gcm-poc branch December 1, 2024 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support of a new encryption method
2 participants