I\'m trying my hands on encryption for a while now. I recently got hands on this python based crypter named PythonCrypter.
I\'m fairly new to Python and when I try to o
pip uninstall Crypto pip uninstall pycrypto pip install pycrypto
That works for me.
The point is, when you install pycrypto, you should remove Crypto first
pycrypto
Crypto