mtprotoproxy icon indicating copy to clipboard operation
mtprotoproxy copied to clipboard

Should I install all of these encryption modules?

Open CCCAUCHY opened this issue 4 years ago • 2 comments

Sorry, I am not good at python. It seems that this doc mentions 3 encryption modules. Should I install all?

https://github.com/alexbers/mtprotoproxy/wiki/Optimization-and-Fine-Tuning

And how to confirm they have been installed? Found uvloop, using it for optimal performance Will encryption modules show text like this after I install them by using pip?

CCCAUCHY avatar Mar 17 '22 12:03 CCCAUCHY

you could first install pip (for example on ubuntu you can use: sudo apt install python3-pip )

and then use command: pip list to check which library is installed now.

rahmadi89 avatar Mar 29 '23 22:03 rahmadi89

You can use docker-compose, it installs all required modules.

If you want to run without docker-compose, you should install pycryptodome or cryptography package. They can be installed with OS package manager (yum, apt, dnf, emerge, ...) or with pip

It no crypto libraries found, you will get the message

To make the program a *lot* faster, please install cryptography module:
pip install cryptography

alexbers avatar Mar 29 '23 23:03 alexbers