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

Replace pycryptodome with pyca/cryptography #18

Open
p15r opened this issue Aug 24, 2020 · 0 comments
Open

Replace pycryptodome with pyca/cryptography #18

p15r opened this issue Aug 24, 2020 · 0 comments
Labels
improvement Improve code quality

Comments

@p15r
Copy link
Owner

p15r commented Aug 24, 2020

Currently, distributey uses two crypto libs:

pycryptodomex==3.9.8
pyjwt[crypto]==1.7.1

pycryptodome is used as utility to manage JWE tokens. pyjwt is used for JWT handling, which depends on pyca/cryptography as crypto backend.

Switch to pyca/cryptography, because it is more popular and better tested.

@p15r p15r changed the title Crypto libs conflict? Replace pycryptodome with pyca/cryptography Sep 27, 2020
@p15r p15r added the improvement Improve code quality label Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improve code quality
Projects
None yet
Development

No branches or pull requests

1 participant