You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug: Mistyping encryption password prevents future use of counter based code
Steps to recreate
Start browser normally, use correct unlock password for authenticator
Create a counter based code
Quit browser
Start browser normally, use incorrect password for authenticator
Click the counter based passwode note it will respond with "Encrypted"
Quit browser
Start browser normally, use correct unlock password for authenticator
All time based codes will no longer say "Encrypted" but counter based one clicked above never works again. Only option is to reregister which with a counter based means tons of clicking to get the code to one that can be used again.
Platform: MacOS
Browser: Firefox
Browser Version: 67.0.4
The text was updated successfully, but these errors were encountered:
mymindstorm
changed the title
Mistyping encryption password prevents future use of counter based code
Mistyping encryption password and generating HOTP code causes data corruption
Jul 3, 2019
* change compile options
* move interfaces to .d.ts files and add an interface
also gts fix
* - updated all dependincies to latest
- fiddled with webpack until SFCs started working properly
* gts fix
* vuex
* wip
* stuff
* it renders now.
* load svgs in a less messy way
* Move main body to component
* - about page
- add account page
* modal pages to sfcs
* info => pagehandler
* first mutation
* more basic stuff
* info works
* edit button
* Codes exist
* codes update and password entry works
* fix#348
* - Adding accounts manually works properly
- updateEntries
* - ok and confirm messages
- delete accounts
* lock
* remove edge stuff
* qr
* copy code
* filter
* - search
- init stuff
- popup resize
- remove managed
* qr
* add getter to check if entries show as 'encrypted'
* dragula works and ignores drag if not editing
* Fix issues with secrets getting set to 'Encrypted' in storage.
* prefrences page
* sync clock
* change password
* export
* change storage space
* drive
* dropbox
* - uploads from backround on first login
- runScheduledBackup
* import
* hotp next
* cleanup
* change invalid hash behavior to warning
Describe the bug: Mistyping encryption password prevents future use of counter based code
Steps to recreate
Platform: MacOS
The text was updated successfully, but these errors were encountered: