2022年7月11日

前端AES加密

摘要: 1.安装依赖 npm install crypto-js 2.引入crypto-js import CryptoJS from "crypto-js"; //秘钥 const CRYPTOJSKEY = "abcdefgabcdefg12"; // 加密 export function encryp 阅读全文

posted @ 2022-07-11 12:58 双月天 阅读(909) 评论(0) 推荐(0) 编辑

导航