2 articles151 words
2 articles151 words
打卡
新人打卡

分享一段Console NFT解密3一次解密多个zip的python脚本
#!/usr/bin/env python # encoding: utf-8 import pyzipper def extract_file(zip_file, password): with pyzipper.AESZipFile(zip_file, 'r',...
新人打卡
#!/usr/bin/env python # encoding: utf-8 import pyzipper def extract_file(zip_file, password): with pyzipper.AESZipFile(zip_file, 'r',...