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

Decrypting non-ASCII passwords fails #1

Open
rillig opened this issue Dec 18, 2016 · 0 comments
Open

Decrypting non-ASCII passwords fails #1

rillig opened this issue Dec 18, 2016 · 0 comments

Comments

@rillig
Copy link

rillig commented Dec 18, 2016

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.

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

No branches or pull requests

1 participant