Skip to content

WPA2 max-length hex passwords are not supported #6

@ElectronicWar

Description

@ElectronicWar

After poking around in the softap-setup Javascript I assume that the provided WiFi password is always hex-encoded before sending it to the setup API.

Line 39405 in softap-browser.js
securePass = this.__publicKey.encrypt(opts.password, 'hex');

I am, however, using a 256 bit (64 characters) hex-key as my WiFi password.
This is within specification and the password needs to be passed on directly without further encoding in order to work.

This was already an issue with Linux where the WiFi setup GUI does not support it and I had to edit config files directly for it to work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions