lockwise-password-importer
lockwise-password-importer copied to clipboard
Some scripts to migrate from Chrome/Chromium passwords manager to Firefox Lockwise
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.8 to 3.2. Changelog Sourced from cryptography's changelog. 3.2 - 2020-10-25 * **SECURITY ISSUE:** Attempted to make RSA PKCS#1v1.5 decryption more constant time, to protect against Bleichenbacher...
File "lockwise_password_importer.py", line 13, in import fxa.core ModuleNotFoundError: No module named 'fxa' i receive this error when i try to import passwords.
Hey, had some problems with running the passwords extractor on Linux with KDE & qtkeychain. To be precise: ``` ERROR: while trying to retrieving decryption key from secretstorage: The name...
Related to #1 I've added some code to handle OSX keychain password decryption. Since I don't have MacOSX available, I didn't get the chance to test it doe. Any test...