crypto-js進行AES加解密

最近作react項目用到AES加解密,使用到了crypto-js這個庫,但在網上找了很多相關帖子,花樣百出,沒幾個是對的。折騰了好久才搞定,在此記錄一下。react const CryptoJS = require("crypto-js"); //aes加密 export function aesEncrypt(data, secretKey) { const result = CryptoJ
相關文章
相關標籤/搜索