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

TypeError: Non-hexadecimal digit found #10

Open
rkelly opened this issue Oct 23, 2013 · 0 comments
Open

TypeError: Non-hexadecimal digit found #10

rkelly opened this issue Oct 23, 2013 · 0 comments

Comments

@rkelly
Copy link

rkelly commented Oct 23, 2013

Trying to run psafedump, but getting this error:

psafedump -f passwordfile.psafe3 -p password --display
2013-10-23 11:48:22,957 DEBUG initing
Traceback (most recent call last):
File "/usr/bin/psafedump", line 299, in
mode = mode,
File "/usr/lib/python2.7/site-packages/pypwsafe/init.py", line 211, in init
self.load()
File "/usr/lib/python2.7/site-packages/pypwsafe/init.py", line 389, in load
hdr = Create_Header(self._fetch_block)
File "/usr/lib/python2.7/site-packages/pypwsafe/PWSafeV3Headers.py", line 957, in Create_Header
return headers[rtype](rtype, rlen, data)
File "/usr/lib/python2.7/site-packages/pypwsafe/PWSafeV3Headers.py", line 396, in init
Header.init(self, htype, hlen, raw_data)
File "/usr/lib/python2.7/site-packages/pypwsafe/PWSafeV3Headers.py", line 75, in init
self.parse()
File "/usr/lib/python2.7/site-packages/pypwsafe/PWSafeV3Headers.py", line 404, in parse
time_data = unhexlify(time_data)
TypeError: Non-hexadecimal digit found

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