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

Bug in Win32CryptoRegistry backend: does not decrypt #62

Closed
jaraco opened this issue Feb 24, 2015 · 2 comments
Closed

Bug in Win32CryptoRegistry backend: does not decrypt #62

jaraco opened this issue Feb 24, 2015 · 2 comments

Comments

@jaraco
Copy link
Owner

jaraco commented Feb 24, 2015

Dear,

In version 0.8.1, there is a bug in keyring\backend.py line 651

The code:
password_encrypted = base64.encodestring(password_base64)

Should be:
password_encrypted = base64.decodestring(password_base64)

Best Regards,

Guido


@jaraco
Copy link
Owner Author

jaraco commented Feb 24, 2015

It should be fixed in the next version, as it is a duplicate of #60.

Thanks for bringing it to my attention. I'll try to get a release out this weekend.


Original comment by: Jason R. Coombs

@jaraco jaraco closed this as completed Feb 24, 2015
@jaraco
Copy link
Owner Author

jaraco commented Feb 24, 2015

Thanks.


Original comment by: guido4096

jaraco pushed a commit that referenced this issue Jun 5, 2022
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