Python AES加密 与 JS AES加密

import execjs from Crypto.Cipher import AES from binascii import b2a_hex, a2b_hex def js_aes(text): jscode = """ function encryptByAES(pwd) { var cryptoJS = require("crypto-js");
相关文章
相关标签/搜索