passwordbox-export
passwordbox-export copied to clipboard
Short snippet that can be injected into PasswordBox to export all entries as clear text.
Results
2
passwordbox-export issues
Sort by
recently updated
recently updated
newest added
Shared passwords in PasswordBox don't expose the memo field. This patch seeks to provide support for that case. --- This change is [](https://reviewable.io/reviews/klingenm/passwordbox-export/6)
When Reprompt Master Password' option is enabled for a password the script fails on line 19. (Chromium 50.0.2661.102, Linux). `typeof` always returns a string. `typeof(username_fill) == undefined` returns false, so...