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

Adding GCM encryption support. #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 6, 2024

  1. Adding GCM encryption support.

    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
    cont1nuity authored and inwaar committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    fc39b37 View commit details
    Browse the repository at this point in the history