可爱桃子的CSDN 题目名称:BrokenSystems 题目内容:Successfully modified the encryption module of the encryption system, and then it's up to you. from Crypto.PublicKey import RSA from Crypto.Cipher import PKCS1_OAEP from secret import flag import os rsa = RSA.generate(2048) pu…