Error: ValueError(‘unsupported hash type MD4’)
Reason: MD4 is not supported from the new Python
2. Change path
cd /opt/privacyidea
3. Change virtual env
source bin/activate
4. pycryptodome install
pip install --force-reinstall pycryptodome
5. Is it working?
python3 -c “from Crypto.Hash import MD4; print(‘MD4 verfügbar’)”