М
Size: a a a
М
AG
AM
M
M
Math.floor(new Date().getTime()/1000.0)
Д
Ж
AB
Ж
MK
MK
UU
let crypto = window.crypto || window.msCrypto;
return crypto.subtle.importkey(
"spki",
binaryDer,
{
name: "RSA-OAEP",
modulusLength: 2048,
hash: {
name: 'SHA-1'
}
},
true,
["encrypt"]
).then(async (publicKey)=> {
return await encryptMessage(message, publicKey);
}).catch(..not important part..)
RR
RR
Д
Д