赞
踩
点个赞留个关注吧!!
《《请先安装这几个模块》》
- # Python 3.11.0
- import hashlib
- import binascii
- import google_crc32c
- import zlib
- import base64
- import urllib.parse
- import opencc
- import time
- from Crypto.Cipher import AES
- from Crypto.Cipher import DES
- from Crypto.PublicKey import RSA
- from Crypto.Cipher import PKCS1_v1_5 as Cipher_pkcs1_v1_5
- import random
- # 安装方法如下
- # 打开cmd 输入如下代码回车即可
-
- pip install hashlib
- pip install binascii
- pip install google_crc32c
- pip install zlib
- pip install base64
- pip install urllib.parse
- pip install opencc
- # 安装 Crypto.Cipher
- pip install pycryptodome
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。