Skip to content

Passlock v2.3.4 - 2FA & Right-Click Context Menu

Choose a tag to compare

@hachimamma hachimamma released this 21 Feb 18:08
· 79 commits to main since this release

Passlock v2.3.4

This release is all about major bug fixes and 2 new features, namely:

  • 2FA
  • Right-Click Context Menu

2FA

  • Uses base32
  • Uses binary keys from websites into the integrated TUI and generates a new key from the same every 30 seconds
  • Invalid keys are omitted
  • Uses SystemTime::new() and not the global clock for accuracy
  • UI has been fixed for the same matter and can be accessed from both editing, viewing and adding screens.

Right-Click Context Menu

  • Users can right-click the credentials in the View Passwords screen to get a list of options for themselves
  • This is useful for users who are not comfortable with keybinds and navigation
  • Mouse integration is available
  • Scrolling is available
  • The keyboard is also integrated in this menu for different users
  • 6 options are provided, which are also described
  • URL option is greyed out if available in the credential

So that you know, the fixes for the same have been provided accordingly. Please make an issue if there are any changes which need attention.

(This update involved #26 and #27 and #28)