cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 3.9+ and PyPy3 ...
我们强烈建议在 Python 虚拟环境中安装它,以避免与系统其他 Python 包产生冲突。 创建并激活虚拟环境: apt install python3.10-venv python3 -m venv myenv source myenv/bin/activate 成功激活后,您的命令行提示符前会显示 (myenv)。 在虚拟环境中安装 esptool: pip install esptool ...