function getKey ( keyMaterial , salt ) { return window.crypto.subtle.deriveKey ( { " name " : " PBKDF2 " , salt : salt , " iterations " : 100000 , " hash ...
確定! 回上一頁