Before encryption, we encode the text to a Uint8Array , since that's what the encrypt function takes. We encrypt that array using window.crypto.subtle.encrypt , ...
確定! 回上一頁