You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that pycrypto is only supported through Python 3.3, and though it still works through Python 3.6, it has been replaced by pycryptodome beyond.
It appears that pycrypto is only supported through Python 3.3, and though it still works through Python 3.6, it has been replaced by pycryptodome beyond.
Can the splunklib module be updated to rely on pycryptodome? It is "mostly" compatible with pycrypto: https://pycryptodome.readthedocs.io/en/latest/src/vs_pycrypto.html
Thanks!