const bytes = array.slice(vector.byteLength); const buffer = await crypto.subtle.decrypt({name: 'AES-GCM', iv: vector}, key, bytes);
確定! 回上一頁