摘要: npm install crypto-js import CryptoJS from "crypto-js/crypto-js"; const KEY = CryptoJS.enc.Utf8.parse("xxx"); const IV = CryptoJS.enc.Utf8.parse("xxxx"); methods: Encrypt(word, keyStr, ivS... 阅读全文
posted @ 2019-10-17 15:43 小小高 阅读(216) 评论(0) 推荐(0)