We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: