pypwsafe icon indicating copy to clipboard operation
pypwsafe copied to clipboard

TypeError: Non-hexadecimal digit found

Open rkelly opened this issue 11 years ago • 0 comments

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

rkelly avatar Oct 23 '13 18:10 rkelly