In previous attempts, we have tried commenting out the DES encryption and replacing it with unencrypted JSON, due to difficulties/unavailibility with the python3 package Crypto . We should make the encryption, at least optionally possible now, and later get it to work and make it the default mode.
In previous attempts, we have tried commenting out the
DESencryption and replacing it with unencrypted JSON, due to difficulties/unavailibility with the python3 packageCrypto. We should make the encryption, at least optionally possible now, and later get it to work and make it the default mode.