CryptoJS doesnt work on production properly, returns empty string

前端 未结 0 853
慢半拍i
慢半拍i 2020-11-30 00:37

I have these 2 helper functions to encrypt and descrypt a key/string:

export function encrypt(string, alsoEncodeURI = true) {
    let encrypted = CryptoJS.AES         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题