import cryptoJs from 'crypto-js' // DES加密 export const encryptDes = (message, key) => { var keyHex = cryptoJs.enc.
確定! 回上一頁