Make the library secure agen - #83
Conversation
Codecov Report
@@ Coverage Diff @@## master #83 +/- ##
=======================================
Coverage 93.69% 93.69% =======================================
Files 12 12 Lines 841 841 =======================================
Hits 788 788 Misses 53 53Continue to review full report at Codecov.
|
mpdavis
commented
Mar 6, 2018
lgtm |
zejn
commented
Mar 6, 2018
Hi, I don't think having a hard requirement on pycryptodome is ok, if you want to use pycrypto on GAE, because pycryptodome installs in the same namespace as pycrypto. The only viable solution I currently see (if support for old GAE is still an option) is having a pure-Python RSA signing, with optional C backends, which the developers should choose themselves by specifying |
mpdavis
commented
Mar 6, 2018
@zejn I believe you are correct. I will prioritze your pure python RSA backend, and remove the requirement entirely, allowing for the override you describe. |
https://blog.sqreen.io/stop-using-pycrypto-use-pycryptodome/