generateKey({ name: 'AES-GCM', length: 256 }, true, [ 'encrypt', 'decrypt' ]); } function encryptData(data, key, iv) { return window.crypto.subtle.encrypt({ ...
確定! 回上一頁