使用crypto-js对数据进行加密 解密

1. Base64 加密 解密

        import Base64 from 'crypto-js/enc-base64'
        import Utf8 from 'crypto-js/enc-utf8'
        import CryptoJS from 'crypto-js'


let enKey = Base64.stringify(Utf8.parse('Dearenke')) console.log('Base64加密',enKey); let encodeKey = CryptoJS.enc.Base64.parse(enKey) console.log('Base64解密',CryptoJS.enc.Utf8.stringify(encodeKey));

Base64加密 RGVhcmVua2U=
index.js:37 Base64解密 Dearenke

posted @ 2020-08-04 16:46  一路向北√  阅读(631)  评论(0编辑  收藏  举报

web应用开发&研究 -

业精于勤而荒于嬉。

工作,使我快乐。


Font Awesome | Respond.js | Bootstrap中文网