摘要: # -*- coding: UTF-8 -*- from Crypto.Util.Padding import pad from Crypto.Cipher import AES import base64 def aes_cipher(encrypt_key, plain): aes = AES. 阅读全文
posted @ 2021-05-25 19:43 SirPi 阅读(1094) 评论(0) 推荐(0) 编辑
摘要: //cookie hook (function () { 'use strict'; var cookie_cache = document.cookie; Object.defineProperty(document, 'cookie', { get: function () { console. 阅读全文
posted @ 2021-05-25 19:35 SirPi 阅读(100) 评论(0) 推荐(0) 编辑