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");
相關文章
相關標籤/搜索