-
Notifications
You must be signed in to change notification settings - Fork 103
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
PSK Generator #266
PSK Generator #266
Conversation
To generate a password on iOS: We use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fiddled around with it and it's working good for me. Nice work!
Thanks yall |
Added a password generator to match iOS ability.
TODO:
Button changes input value ✅
PSK length dropdown changes password generation ✅
PSK key generation ✅
PSK loading from device ✅
PSK saving to device ✅
PSK length validation ✅