• B правой части каждого сообщения есть стрелки и . Не стесняйтесь оценивать ответы. Чтобы автору вопроса закрыть свой тикет, надо выбрать лучший ответ. Просто нажмите значок в правой части сообщения.

cryptodome python

addedie

Well-known member
04.08.2019
157
0
BIT
1
Bash:
(base) admix@buben:~/Документы/mremoteng-decrypt-master$ pip uninstall pycrypto
ERROR: Cannot uninstall 'pycrypto'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
(base) admix@buben:~/Документы/mremoteng-decrypt-master$ easy_install pycrypto
Searching for pycrypto
Best match: pycrypto 2.6.1
Adding pycrypto 2.6.1 to easy-install.pth file

Using /home/admix/anaconda3/lib/python3.7/site-packages
Processing dependencies for pycrypto
Finished processing dependencies for pycrypto
(base) admix@buben:~/Документы/mremoteng-decrypt-master$ python3 mremoteng_decrypt.py
Traceback (most recent call last):
  File "mremoteng_decrypt.py", line 5, in <module>
    from Cryptodome.Cipher import AES
ModuleNotFoundError: No module named 'Cryptodome'
(base) admix@buben:~/Документы/mremoteng-decrypt-master$
что с этим можно сделать?
 

addedie

Well-known member
04.08.2019
157
0
BIT
1
Bash:
(base) admix@buben:~$ pip install pycryptodome

Requirement already satisfied: pycryptodome in ./anaconda3/lib/python3.7/site-packages (3.9.4)

(base) admix@buben:~$

(base) admix@buben:~/Документы/mRemoteNG-Decrypt-master$ python3 mremoteng_decrypt.py

Traceback (most recent call last):

  File "mremoteng_decrypt.py", line 5, in <module>

    from Cryptodome.Cipher import AES

ModuleNotFoundError: No module named 'Cryptodome'

(base) admix@buben:~/Документы/mRemoteNG-Decrypt-master$
 
Последнее редактирование:

f22

Codeby Academy
Gold Team
05.05.2019
1 871
225
BIT
1 314
Bash:
(base) admix@buben:~$ pip install pycryptodome
Requirement already satisfied: pycryptodome in ./anaconda3/lib/python3.7/site-packages (3.9.4)
(base) admix@buben:~$
(base) admix@buben:~/Документы/mRemoteNG-Decrypt-master$ python3 mremoteng_decrypt.py
Traceback (most recent call last):
  File "mremoteng_decrypt.py", line 5, in <module>
    from Cryptodome.Cipher import AES
ModuleNotFoundError: No module named 'Cryptodome'
(base) admix@buben:~/Документы/mRemoteNG-Decrypt-master$
Если ты запустишь python в командной оболочке и там введешь
from Cryptodome.Cipher import AES
он будет ругаться?
Какие версии python и pip установлены?
 

addedie

Well-known member
04.08.2019
157
0
BIT
1
Python:
(base) admix@buben:~$ python3
Python 3.7.4 (default, Aug 13 2019, 20:35:49)
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from Cryptodome.Cipher import AES
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'Cryptodome'
>>>
питон 3 и питон 2 установлены и оба пипа
Python:
(base) admix@buben:~$ python2
Python 2.7.17 (default, Oct 19 2019, 23:36:22)
[GCC 9.2.1 20191008] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from Cryptodome.Cipher import AES
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named Cryptodome.Cipher
>>>
вот пипы
Python:
(base) admix@buben:~$ pip install pycrypto
Requirement already satisfied: pycrypto in ./anaconda3/lib/python3.7/site-packages (2.6.1)
(base) admix@buben:~$ pip3 install pycrypto
Requirement already satisfied: pycrypto in /usr/lib/python3/dist-packages (2.6.1)
(base) admix@buben:~$ pip3 install pycryptodome
Requirement already satisfied: pycryptodome in /usr/local/lib/python3.7/dist-packages (3.9.4)
(base) admix@buben:~$ pip install pycryptodome
Requirement already satisfied: pycryptodome in ./anaconda3/lib/python3.7/site-packages (3.9.4)
(base) admix@buben:~$
 

f22

Codeby Academy
Gold Team
05.05.2019
1 871
225
BIT
1 314
[GCC 7.3.0] :: Anaconda, Inc. on linux
В анаконде вот их устанавливать нужно
conda install pycryptodome

chrome_VeohHk5tPA.png
 
Мы в соцсетях:

Обучение наступательной кибербезопасности в игровой форме. Начать игру!