-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fails with Invalid private key
#3
Comments
Same results with:
|
Essentially the same error with
|
The script works only with pip install cryptography==3.1 gmpy2 && python3 vanity_rsa.py ++vanity++ # fails
pip install cryptography==3.0 gmpy2 && python3 vanity_rsa.py ++vanity++ # works Probably because of this change pyca/cryptography@fce9a79 |
Just in case anyone else thinks that compiling is an option, cryptography 3.0 won't compile on ARM64 macOS 13, even if you give it openssl includes:
There are many compile errors with clang 15 with the Best option is to spend your time making this script work against the latest version of cryptography. |
I pored over the docs trying to figure out how to make this work and found that cryptography 39.0.0 added a new parameter to skip the RSA validation added in 3.1, Adding this parameter to the |
I put up a PR in #4 that works for me and adds some logging of what the script is doing. |
No matter what I use as vanity, I get this:
The text was updated successfully, but these errors were encountered: