You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to import my passwords from chromium, but get hit by the following error:
$ ffpass import --file '/tmp/Chrome Passwords.csv' -d ~/.mozilla/firefox/<profile>.default
Traceback (most recent call last):
File "/path/to/virtualenvs/ffpass-_a4N4bz3/bin/ffpass", line 8, in <module>
sys.exit(main())
File "/path/to/virtualenvs/ffpass-_a4N4bz3/lib/python3.9/site-packages/ffpass/__init__.py", line 419, in main
args.func(args)
File "/path/to/virtualenvs/ffpass-_a4N4bz3/lib/python3.9/site-packages/ffpass/__init__.py", line 338, in main_import
key = askpass(args.directory)
File "/path/to/virtualenvs/ffpass-_a4N4bz3/lib/python3.9/site-packages/ffpass/__init__.py", line 307, in askpass
key = getKey(directory, password)
File "/path/to/virtualenvs/ffpass-_a4N4bz3/lib/python3.9/site-packages/ffpass/__init__.py", line 122, in getKey
assert oid == MAGIC3, f"The key is encoded with an unknown format {oid}"
AssertionError: The key is encoded with an unknown format (1, 2, 840, 113549, 1, 5, 13)
System info
Firefox
$ firefox --version
Mozilla Firefox 86.0
ffpass
ffpass 0.5.0
The text was updated successfully, but these errors were encountered:
I'm trying to import my passwords from
chromium
, but get hit by the following error:System info
Firefox
ffpass
ffpass 0.5.0
The text was updated successfully, but these errors were encountered: