pgAdmin 4 commit: Replace the PyCrypto module with the cryptographymod - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Replace the PyCrypto module with the cryptographymod
Date
Msg-id E1gpDmV-0007ZK-1J@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Replace the PyCrypto module with the cryptography module. Fixes #3272

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b786c4c140434d26b0bacbd8d79bae1bf28b7ec5
Author: Cyril Jouve <jv.cyril@gmail.com>

Modified Files
--------------
Make.bat                         | 11 ---------
docs/en_US/release_notes_4_2.rst |  1 +
requirements.txt                 |  1 -
web/pgadmin/utils/crypto.py      | 53 +++++++++++++++++++++-------------------
4 files changed, 29 insertions(+), 37 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][RM3865] Difficult to resize Query Tool
Next
From: Dave Page
Date:
Subject: Re: Replace PyCrypto by cryptography