import * as CryptoJS from 'crypto-js';. const cfg = { ... return CryptoJS.AES.encrypt(text, key) .toString();. }; /**. * Decrypt an encrypted message.
確定! 回上一頁