Skip to content
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

Use cryptography.io instead of pycrypto #250

Open
john-g-g opened this issue Jul 13, 2018 · 4 comments
Open

Use cryptography.io instead of pycrypto #250

john-g-g opened this issue Jul 13, 2018 · 4 comments
Labels

Comments

@john-g-g
Copy link
Contributor

we use pycrypto for aes encryption, but we should use cryptography instead for following reasons:

@john-g-g john-g-g added the bug label Jul 13, 2018
@holgern
Copy link

holgern commented Jul 15, 2018

You can check here: https://github.com/holgern/beem/blob/master/beem/aes.py how to implement this.

@Mattwmaster58
Copy link

Mattwmaster58 commented Sep 1, 2018

@holgern @john-g-g pycryptodome is a maintained drop-in replacement for pycrypto

@MarcelBeining
Copy link

please exchange pycrypto for pycryptodome because as @Mattwmaster58 said it is still maintained and they actually interfere with each other when both are installed (which they are in my case) !

@tpaixao
Copy link

tpaixao commented Dec 17, 2018

You can just replace pycrypto by pycryptodome. After installing steem-python, you can simply pip uninstall pycrypto and pip install pycryptodome and it just works (tm). But yes, this should be listed as a requirement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants