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

added a Generate-Random-Password button to GUI #5

Merged
merged 1 commit into from
Apr 26, 2017
Merged

Conversation

8go
Copy link
Owner

@8go 8go commented Apr 26, 2017

Added a "Generate Password" button to GUI

  • When editing an item one can now automatically pre-fill the password field with a random system generated password

  • The password mixes entropy from Trezor with entropy from the OS to generate a random password

  • The password is base64 encoded, with the base64 buffer char "=" removed, + and / replaced with - and _. And I and l as well as 0 and O have been removed because they are easily confused. So, in short, it is a slightly modified base64 encoding.

  • The "Generate Password" button can be clicked several times to create an arbitrary long random password (one click should be enough for everyone, 2 clicks for the extra careful).

  • Removed a spacer from the GUI which was a minor visual bug that prevented the comments field to move all the way down. Without the spacer it looks nicer and the screen real estate is utilized better.

@8go 8go merged commit 2209339 into master Apr 26, 2017
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.

1 participant