-
Notifications
You must be signed in to change notification settings - Fork 172
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
How to Import Private Key w/ Passphrase #194
Comments
Fixed by reading the key contents and passing it to import_keys: |
I am having the same issue. while looking into the code I don't thin it is possible to import a key using passpharse, because the passpharse is set to The called from When I 'hard-code' the passphasee into the |
Using @pajuscz 's suggestion, I provided the solution for importing keys with passphrases on #284 . Add If you provide no passphrase to I confirmed this was working, although I did need to make some squirrel patches to my _parsers.py for some unknown status errors. |
I'm able to import a private key with passphrase like so:
But I am unable to import a private key with a symmetric passphrase using this lib:
What is the correct way to import this private key?
The text was updated successfully, but these errors were encountered: