群聊中学习到的python解密ts的代码片段

群聊中学习到的python解密ts的代码片段

with open('1.mp4', 'wb') as f:
   with open('77.ts','rb') as f2:
        f.write(cryptor.decrypt(f2.read()))

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注