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
When I decrypt my passwords, the program fails with an exception:
Traceback (most recent call last):
File "<string>", line 42, in <module>
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128)
This is because one of my passwords contains non-ASCII characters.
The text was updated successfully, but these errors were encountered:
When I decrypt my passwords, the program fails with an exception:
This is because one of my passwords contains non-ASCII characters.
The text was updated successfully, but these errors were encountered: